Html Css Color HEX #0692DB Pacific Blue

📋 copy color: '#0692DB'

red 6 ◦ green 146 ◦ blue 219

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

Shades of Pacific Blue #0692DB

Tints of Pacific Blue #0692DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 59.03%

R = 1.62%
G = 39.35%
B = 59.03%

CMYK

 C value IS 0.97

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0692DB (or 0x0692DB) is known color: Pacific Blue. HEX triplet: 06, 92 and DB. RGB value is (6,146,219). Sum of RGB (Red+Green+Blue) = 6+146+219=371 (49% of max value = 765). Red value is 6 (2.73% from 255 or 1.62% from 371); Green value is 146 (57.42% from 255 or 39.35% from 371); Blue value is 219 (85.94% from 255 or 59.03% from 371); Max value from RGB is 219 - color contains mainly: blue. Hex color #0692DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0692DB is #F96D24. Grayscale: #707070. Windows color (decimal): -16346405 or 14389766. OLE color: 14389766.

HSL color Cylindrical-coordinate representation of color #0692DB: hue angle of 200.56º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0692DB is Cyan = 0.97, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 6 146 219 -
CMYK 0.97 0.33 0 0.14
HSL 200.56º 0.95% 0.44% -
HSV(B) 200.56º 0.97% 0.86% -
XYZ 23.14 25.71 70.76 -
YUV 112.46 188.12 52.06 -
System Red Green Blue C M Y K H S L
Decimal 6 146 219 0.97 0.33 0 0.14 200.56 0.95 0.44
Hex 6 92 DB 61 21 0 E C9 5F 2C
Octal 6 222 333 141 41 0 16 311 137 54
Binary 110 10010010 11011011 1100001 100001 0 1110 11001001 1011111 101100

Color Harmonies of #0692DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0692DB

Black with #0692DB

Text Example


Text Example

White with #0692DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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