Html Css Color HEX #069CBE Pacific Blue

📋 copy color: '#069CBE'

red 6 ◦ green 156 ◦ blue 190

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

Shades of Pacific Blue #069CBE

Tints of Pacific Blue #069CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 53.98%

R = 1.7%
G = 44.32%
B = 53.98%

CMYK

 C value IS 0.97

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#069CBE (or 0x069CBE) is known color: Pacific Blue. HEX triplet: 06, 9C and BE. RGB value is (6,156,190). Sum of RGB (Red+Green+Blue) = 6+156+190=352 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.70% from 352); Green value is 156 (61.33% from 255 or 44.32% from 352); Blue value is 190 (74.61% from 255 or 53.98% from 352); Max value from RGB is 190 - color contains mainly: blue. Hex color #069CBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #069CBE is #F96341. Grayscale: #727272. Windows color (decimal): -16343874 or 12491782. OLE color: 12491782.

HSL color Cylindrical-coordinate representation of color #069CBE: hue angle of 191.09º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #069CBE is Cyan = 0.97, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 6 156 190 -
CMYK 0.97 0.18 0 0.25
HSL 191.09º 0.94% 0.38% -
HSV(B) 191.09º 0.97% 0.75% -
XYZ 21.26 27.53 52.91 -
YUV 115.03 170.31 50.24 -
System Red Green Blue C M Y K H S L
Decimal 6 156 190 0.97 0.18 0 0.25 191.09 0.94 0.38
Hex 6 9C BE 61 12 0 19 BF 5E 26
Octal 6 234 276 141 22 0 31 277 136 46
Binary 110 10011100 10111110 1100001 10010 0 11001 10111111 1011110 100110

Color Harmonies of #069CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069CBE

Black with #069CBE

Text Example


Text Example

White with #069CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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