Html Css Color HEX #069DCC Pacific Blue

📋 copy color: '#069DCC'

red 6 ◦ green 157 ◦ blue 204

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

Shades of Pacific Blue #069DCC

Tints of Pacific Blue #069DCC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 42.78%

 BLUE value IS 204 (80.08% from 255) = 55.59%

R = 1.63%
G = 42.78%
B = 55.59%

CMYK

 C value IS 0.97

 M value IS 0.23

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#069DCC (or 0x069DCC) is known color: Pacific Blue. HEX triplet: 06, 9D and CC. RGB value is (6,157,204). Sum of RGB (Red+Green+Blue) = 6+157+204=367 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.63% from 367); Green value is 157 (61.72% from 255 or 42.78% from 367); Blue value is 204 (80.08% from 255 or 55.59% from 367); Max value from RGB is 204 - color contains mainly: blue. Hex color #069DCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #069DCC is #F96233. Grayscale: #747474. Windows color (decimal): -16343604 or 13409542. OLE color: 13409542.

HSL color Cylindrical-coordinate representation of color #069DCC: hue angle of 194.24º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #069DCC is Cyan = 0.97, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 6 157 204 -
CMYK 0.97 0.23 0 0.2
HSL 194.24º 0.94% 0.41% -
HSV(B) 194.24º 0.97% 0.8% -
XYZ 23.03 28.51 61.42 -
YUV 117.21 176.97 48.68 -
System Red Green Blue C M Y K H S L
Decimal 6 157 204 0.97 0.23 0 0.2 194.24 0.94 0.41
Hex 6 9D CC 61 17 0 14 C2 5E 29
Octal 6 235 314 141 27 0 24 302 136 51
Binary 110 10011101 11001100 1100001 10111 0 10100 11000010 1011110 101001

Color Harmonies of #069DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069DCC

Black with #069DCC

Text Example


Text Example

White with #069DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069DCC; }

 p { color: rgb(6,157,204); }

 H1.HeaderClassName
 {
   color: #069DCC;
 }
 .AnyTagClassName
 {
   color: #069DCC;
 }
</style>

background-color css

<style>
 a { background-color: #069DCC; }

 a { background-color: rgb(6,157,204); }

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

border-color css

<style>
 span { border-color: #069DCC; }

 span { border-color: rgb(6,157,204); }

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