#0620A7

Color #0620A7 International Klein Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of International Klein Blue #0620A7

Tints of International Klein Blue #0620A7

Color information

#0620A7 (or 0x0620A7) is unknown color: approx International Klein Blue. HEX triplet: 06, 20 and A7. RGB value is (6,32,167). Sum of RGB (Red+Green+Blue) = 6+32+167=205 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.93% from 205); Green value is 32 (12.89% from 255 or 15.61% from 205); Blue value is 167 (65.62% from 255 or 81.46% from 205); Max value from RGB is 167 - color contains mainly: blue. Hex color #0620A7 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0620A7 is #F9DF58. Grayscale: #272727. Windows color (decimal): -16375641 or 10952710. OLE color: 10952710.

HSL color Cylindrical-coordinate representation of color #0620A7: hue angle of 230.31º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0620A7 is Cyan = 0.96, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB632167-
CMYK0.960.8100.35
HSL230.31º93.06%33.92%-
HSV(B)230.31º96.41%65.49%-
XYZ7.573.8636.91-
YUV39.62199.89104.02-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.93%
GREEN value IS 32 (12.89% from 255) = 15.61%
BLUE value IS 167 (65.62% from 255) = 81.46%
R=2.93%
G=15.61%
B=81.46%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal6321670.960.8100.35230.3193.0633.92
Hex620A76051023e65d22
Octal64024714012104334613542
Binary11010000010100111110000010100010100011111001101011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0620A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0620A7; }

 p { color: rgb(6,32,167); }

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

<style>
 a { background-color: #0620A7; }

 a { background-color: rgb(6,32,167); }

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

<style>
 span { border-color: #0620A7; }

 span { border-color: rgb(6,32,167); }

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