#0620AB

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

Shades of International Klein Blue #0620AB

Tints of International Klein Blue #0620AB

Color information

#0620AB (or 0x0620AB) is unknown color: approx International Klein Blue. HEX triplet: 06, 20 and AB. RGB value is (6,32,171). Sum of RGB (Red+Green+Blue) = 6+32+171=209 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.87% from 209); Green value is 32 (12.89% from 255 or 15.31% from 209); Blue value is 171 (67.19% from 255 or 81.82% from 209); Max value from RGB is 171 - color contains mainly: blue. Hex color #0620AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0620AB is #F9DF54. Grayscale: #272727. Windows color (decimal): -16375637 or 11214854. OLE color: 11214854.

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

Color convert

RGB632171-
CMYK0.960.8100.33
HSL230.55º93.22%34.71%-
HSV(B)230.55º96.49%67.06%-
XYZ7.944.0138.88-
YUV40.07201.89103.7-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.87%
GREEN value IS 32 (12.89% from 255) = 15.31%
BLUE value IS 171 (67.19% from 255) = 81.82%
R=2.87%
G=15.31%
B=81.82%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal6321710.960.8100.33230.5593.2234.71
Hex620AB6051021e75d23
Octal64025314012104134713543
Binary11010000010101011110000010100010100001111001111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0620AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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