#0684CB

Color #0684CB Pacific Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pacific Blue #0684CB

Tints of Pacific Blue #0684CB

Color information

#0684CB (or 0x0684CB) is unknown color: approx Pacific Blue. HEX triplet: 06, 84 and CB. RGB value is (6,132,203). Sum of RGB (Red+Green+Blue) = 6+132+203=341 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.76% from 341); Green value is 132 (51.95% from 255 or 38.71% from 341); Blue value is 203 (79.69% from 255 or 59.53% from 341); Max value from RGB is 203 - color contains mainly: blue. Hex color #0684CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0684CB is #F97B34. Grayscale: #666666. Windows color (decimal): -16350005 or 13337606. OLE color: 13337606.

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

Color convert

RGB6132203-
CMYK0.970.3500.20
HSL201.62º94.26%40.98%-
HSV(B)201.62º97.04%79.61%-
XYZ19.1120.8559.52-
YUV102.42184.7659.23-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.76%
GREEN value IS 132 (51.95% from 255) = 38.71%
BLUE value IS 203 (79.69% from 255) = 59.53%
R=1.76%
G=38.71%
B=59.53%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal61322030.970.3500.20201.6294.2640.98
Hex684CB6123014ca5e29
Octal62043131414302431213651
Binary11010000100110010111100001100011010100110010101011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0684CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0684CB;
 }
 .AnyTagClassName
 {
   color: #0684CB;
 }
</style>
background-color css

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

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

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

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

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

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