Html Css Color HEX #069CCF Pacific Blue

📋 copy color: '#069CCF'

red 6 ◦ green 156 ◦ blue 207

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

Shades of Pacific Blue #069CCF

Tints of Pacific Blue #069CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 56.1%

R = 1.63%
G = 42.28%
B = 56.1%

CMYK

 C value IS 0.97

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#069CCF (or 0x069CCF) is known color: Pacific Blue. HEX triplet: 06, 9C and CF. RGB value is (6,156,207). Sum of RGB (Red+Green+Blue) = 6+156+207=369 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.63% from 369); Green value is 156 (61.33% from 255 or 42.28% from 369); Blue value is 207 (81.25% from 255 or 56.10% from 369); Max value from RGB is 207 - color contains mainly: blue. Hex color #069CCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #069CCF is #F96330. Grayscale: #747474. Windows color (decimal): -16343857 or 13605894. OLE color: 13605894.

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

Color convert

RGB 6 156 207 -
CMYK 0.97 0.25 0 0.19
HSL 195.22º 0.94% 0.42% -
HSV(B) 195.22º 0.97% 0.81% -
XYZ 23.23 28.32 63.27 -
YUV 116.96 178.81 48.85 -
System Red Green Blue C M Y K H S L
Decimal 6 156 207 0.97 0.25 0 0.19 195.22 0.94 0.42
Hex 6 9C CF 61 19 0 13 C3 5E 2A
Octal 6 234 317 141 31 0 23 303 136 52
Binary 110 10011100 11001111 1100001 11001 0 10011 11000011 1011110 101010

Color Harmonies of #069CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069CCF

Black with #069CCF

Text Example


Text Example

White with #069CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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