Html Css Color HEX #0690C8 Pacific Blue

📋 copy color: '#0690C8'

red 6 ◦ green 144 ◦ blue 200

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

Shades of Pacific Blue #0690C8

Tints of Pacific Blue #0690C8

RGB

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

 GREEN value IS 144 (56.64% from 255) = 41.14%

 BLUE value IS 200 (78.52% from 255) = 57.14%

R = 1.71%
G = 41.14%
B = 57.14%

CMYK

 C value IS 0.97

 M value IS 0.28

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#0690C8 (or 0x0690C8) is known color: Pacific Blue. HEX triplet: 06, 90 and C8. RGB value is (6,144,200). Sum of RGB (Red+Green+Blue) = 6+144+200=350 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.71% from 350); Green value is 144 (56.64% from 255 or 41.14% from 350); Blue value is 200 (78.52% from 255 or 57.14% from 350); Max value from RGB is 200 - color contains mainly: blue. Hex color #0690C8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0690C8 is #F96F37. Grayscale: #6C6C6C. Windows color (decimal): -16346936 or 13144070. OLE color: 13144070.

HSL color Cylindrical-coordinate representation of color #0690C8: hue angle of 197.32º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0690C8 is Cyan = 0.97, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 6 144 200 -
CMYK 0.97 0.28 0 0.22
HSL 197.32º 0.94% 0.4% -
HSV(B) 197.32º 0.97% 0.78% -
XYZ 20.47 24.16 58.23 -
YUV 109.12 179.28 54.45 -
System Red Green Blue C M Y K H S L
Decimal 6 144 200 0.97 0.28 0 0.22 197.32 0.94 0.4
Hex 6 90 C8 61 1C 0 16 C5 5E 28
Octal 6 220 310 141 34 0 26 305 136 50
Binary 110 10010000 11001000 1100001 11100 0 10110 11000101 1011110 101000

Color Harmonies of #0690C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0690C8

Black with #0690C8

Text Example


Text Example

White with #0690C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0690C8; }

 p { color: rgb(6,144,200); }

 H1.HeaderClassName
 {
   color: #0690C8;
 }
 .AnyTagClassName
 {
   color: #0690C8;
 }
</style>

background-color css

<style>
 a { background-color: #0690C8; }

 a { background-color: rgb(6,144,200); }

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

border-color css

<style>
 span { border-color: #0690C8; }

 span { border-color: rgb(6,144,200); }

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