Html Css Color HEX #0690CB Pacific Blue

📋 copy color: '#0690CB'

red 6 ◦ green 144 ◦ blue 203

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

Shades of Pacific Blue #0690CB

Tints of Pacific Blue #0690CB

RGB

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

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

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

R = 1.7%
G = 40.79%
B = 57.51%

CMYK

 C value IS 0.97

 M value IS 0.29

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0690CB (or 0x0690CB) is known color: Pacific Blue. HEX triplet: 06, 90 and CB. RGB value is (6,144,203). Sum of RGB (Red+Green+Blue) = 6+144+203=353 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.70% from 353); Green value is 144 (56.64% from 255 or 40.79% from 353); Blue value is 203 (79.69% from 255 or 57.51% from 353); Max value from RGB is 203 - color contains mainly: blue. Hex color #0690CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0690CB is #F96F34. Grayscale: #6D6D6D. Windows color (decimal): -16346933 or 13340678. OLE color: 13340678.

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

Color convert

RGB 6 144 203 -
CMYK 0.97 0.29 0 0.20
HSL 197.97º 0.94% 0.41% -
HSV(B) 197.97º 0.97% 0.8% -
XYZ 20.83 24.3 60.09 -
YUV 109.46 180.78 54.2 -
System Red Green Blue C M Y K H S L
Decimal 6 144 203 0.97 0.29 0 0.20 197.97 0.94 0.41
Hex 6 90 CB 61 1D 0 14 C6 5E 29
Octal 6 220 313 141 35 0 24 306 136 51
Binary 110 10010000 11001011 1100001 11101 0 10100 11000110 1011110 101001

Color Harmonies of #0690CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0690CB

Black with #0690CB

Text Example


Text Example

White with #0690CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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