Html Css Color HEX #069CCB Pacific Blue

📋 copy color: '#069CCB'

red 6 ◦ green 156 ◦ blue 203

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

Shades of Pacific Blue #069CCB

Tints of Pacific Blue #069CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 55.62%

R = 1.64%
G = 42.74%
B = 55.62%

CMYK

 C value IS 0.97

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#069CCB (or 0x069CCB) is known color: Pacific Blue. HEX triplet: 06, 9C and CB. RGB value is (6,156,203). Sum of RGB (Red+Green+Blue) = 6+156+203=365 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.64% from 365); Green value is 156 (61.33% from 255 or 42.74% from 365); Blue value is 203 (79.69% from 255 or 55.62% from 365); Max value from RGB is 203 - color contains mainly: blue. Hex color #069CCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #069CCB is #F96334. Grayscale: #747474. Windows color (decimal): -16343861 or 13343750. OLE color: 13343750.

HSL color Cylindrical-coordinate representation of color #069CCB: hue angle of 194.31º 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 #069CCB is Cyan = 0.97, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 6 156 203 -
CMYK 0.97 0.23 0 0.20
HSL 194.31º 0.94% 0.41% -
HSV(B) 194.31º 0.97% 0.8% -
XYZ 22.74 28.13 60.73 -
YUV 116.51 176.81 49.18 -
System Red Green Blue C M Y K H S L
Decimal 6 156 203 0.97 0.23 0 0.20 194.31 0.94 0.41
Hex 6 9C CB 61 17 0 14 C2 5E 29
Octal 6 234 313 141 27 0 24 302 136 51
Binary 110 10011100 11001011 1100001 10111 0 10100 11000010 1011110 101001

Color Harmonies of #069CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069CCB

Black with #069CCB

Text Example


Text Example

White with #069CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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