Html Css Color HEX #0695DD Pacific Blue

📋 copy color: '#0695DD'

red 6 ◦ green 149 ◦ blue 221

#0695DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pacific Blue #0695DD

Tints of Pacific Blue #0695DD

RGB

 RED value IS 6 (2.73% from 255) = 1.6%

 GREEN value IS 149 (58.59% from 255) = 39.63%

 BLUE value IS 221 (86.72% from 255) = 58.78%

R = 1.6%
G = 39.63%
B = 58.78%

CMYK

 C value IS 0.97

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0695DD (or 0x0695DD) is known color: Pacific Blue. HEX triplet: 06, 95 and DD. RGB value is (6,149,221). Sum of RGB (Red+Green+Blue) = 6+149+221=376 (49% of max value = 765). Red value is 6 (2.73% from 255 or 1.60% from 376); Green value is 149 (58.59% from 255 or 39.63% from 376); Blue value is 221 (86.72% from 255 or 58.78% from 376); Max value from RGB is 221 - color contains mainly: blue. Hex color #0695DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0695DD is #F96A22. Grayscale: #727272. Windows color (decimal): -16345635 or 14521606. OLE color: 14521606.

HSL color Cylindrical-coordinate representation of color #0695DD: hue angle of 200.09º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0695DD is Cyan = 0.97, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 6 149 221 -
CMYK 0.97 0.33 0 0.13
HSL 200.09º 0.95% 0.45% -
HSV(B) 200.09º 0.97% 0.87% -
XYZ 23.87 26.75 72.31 -
YUV 114.45 188.12 50.65 -
System Red Green Blue C M Y K H S L
Decimal 6 149 221 0.97 0.33 0 0.13 200.09 0.95 0.45
Hex 6 95 DD 61 21 0 D C8 5F 2D
Octal 6 225 335 141 41 0 15 310 137 55
Binary 110 10010101 11011101 1100001 100001 0 1101 11001000 1011111 101101

Color Harmonies of #0695DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0695DD

Black with #0695DD

Text Example


Text Example

White with #0695DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0695DD; }

 p { color: rgb(6,149,221); }

 H1.HeaderClassName
 {
   color: #0695DD;
 }
 .AnyTagClassName
 {
   color: #0695DD;
 }
</style>

background-color css

<style>
 a { background-color: #0695DD; }

 a { background-color: rgb(6,149,221); }

 div.DivClassName
 {
   background-color: #0695DD;
 }
 .BgClassName
 {
   background-color: #0695DD;
 }
</style>

border-color css

<style>
 span { border-color: #0695DD; }

 span { border-color: rgb(6,149,221); }

 td.TdClassName
 {
   border-color: #0695DD;
 }
 .TagClassName
 {
   border-color: #0695DD;
 }
</style>