Html Css Color HEX #0692CC Pacific Blue

📋 copy color: '#0692CC'

red 6 ◦ green 146 ◦ blue 204

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

Shades of Pacific Blue #0692CC

Tints of Pacific Blue #0692CC

RGB

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

 GREEN value IS 146 (57.42% from 255) = 41.01%

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

R = 1.69%
G = 41.01%
B = 57.3%

CMYK

 C value IS 0.97

 M value IS 0.28

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0692CC (or 0x0692CC) is known color: Pacific Blue. HEX triplet: 06, 92 and CC. RGB value is (6,146,204). Sum of RGB (Red+Green+Blue) = 6+146+204=356 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.69% from 356); Green value is 146 (57.42% from 255 or 41.01% from 356); Blue value is 204 (80.08% from 255 or 57.30% from 356); Max value from RGB is 204 - color contains mainly: blue. Hex color #0692CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0692CC is #F96D33. Grayscale: #6E6E6E. Windows color (decimal): -16346420 or 13406726. OLE color: 13406726.

HSL color Cylindrical-coordinate representation of color #0692CC: hue angle of 197.58º 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 #0692CC is Cyan = 0.97, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 6 146 204 -
CMYK 0.97 0.28 0 0.2
HSL 197.58º 0.94% 0.41% -
HSV(B) 197.58º 0.97% 0.8% -
XYZ 21.25 24.96 60.82 -
YUV 110.75 180.62 53.28 -
System Red Green Blue C M Y K H S L
Decimal 6 146 204 0.97 0.28 0 0.2 197.58 0.94 0.41
Hex 6 92 CC 61 1C 0 14 C6 5E 29
Octal 6 222 314 141 34 0 24 306 136 51
Binary 110 10010010 11001100 1100001 11100 0 10100 11000110 1011110 101001

Color Harmonies of #0692CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0692CC

Black with #0692CC

Text Example


Text Example

White with #0692CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0692CC; }

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

 H1.HeaderClassName
 {
   color: #0692CC;
 }
 .AnyTagClassName
 {
   color: #0692CC;
 }
</style>

background-color css

<style>
 a { background-color: #0692CC; }

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

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

border-color css

<style>
 span { border-color: #0692CC; }

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

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