Html Css Color HEX #069CCE Pacific Blue

📋 copy color: '#069CCE'

red 6 ◦ green 156 ◦ blue 206

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

Shades of Pacific Blue #069CCE

Tints of Pacific Blue #069CCE

RGB

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

 GREEN value IS 156 (61.33% from 255) = 42.39%

 BLUE value IS 206 (80.86% from 255) = 55.98%

R = 1.63%
G = 42.39%
B = 55.98%

CMYK

 C value IS 0.97

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#069CCE (or 0x069CCE) is known color: Pacific Blue. HEX triplet: 06, 9C and CE. RGB value is (6,156,206). Sum of RGB (Red+Green+Blue) = 6+156+206=368 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.63% from 368); Green value is 156 (61.33% from 255 or 42.39% from 368); Blue value is 206 (80.86% from 255 or 55.98% from 368); Max value from RGB is 206 - color contains mainly: blue. Hex color #069CCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #069CCE is #F96331. Grayscale: #747474. Windows color (decimal): -16343858 or 13540358. OLE color: 13540358.

HSL color Cylindrical-coordinate representation of color #069CCE: hue angle of 195º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #069CCE is Cyan = 0.97, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 6 156 206 -
CMYK 0.97 0.24 0 0.19
HSL 195º 0.94% 0.42% -
HSV(B) 195º 0.97% 0.81% -
XYZ 23.1 28.27 62.63 -
YUV 116.85 178.31 48.93 -
System Red Green Blue C M Y K H S L
Decimal 6 156 206 0.97 0.24 0 0.19 195 0.94 0.42
Hex 6 9C CE 61 18 0 13 C3 5E 2A
Octal 6 234 316 141 30 0 23 303 136 52
Binary 110 10011100 11001110 1100001 11000 0 10011 11000011 1011110 101010

Color Harmonies of #069CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069CCE

Black with #069CCE

Text Example


Text Example

White with #069CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,156,206); }

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

background-color css

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

 a { background-color: rgb(6,156,206); }

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

border-color css

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

 span { border-color: rgb(6,156,206); }

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