#0620B7

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

Shades of International Klein Blue #0620B7

Tints of International Klein Blue #0620B7

Color information

#0620B7 (or 0x0620B7) is unknown color: approx International Klein Blue. HEX triplet: 06, 20 and B7. RGB value is (6,32,183). Sum of RGB (Red+Green+Blue) = 6+32+183=221 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.71% from 221); Green value is 32 (12.89% from 255 or 14.48% from 221); Blue value is 183 (71.88% from 255 or 82.81% from 221); Max value from RGB is 183 - color contains mainly: blue. Hex color #0620B7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0620B7 is #F9DF48. Grayscale: #282828. Windows color (decimal): -16375625 or 12001286. OLE color: 12001286.

HSL color Cylindrical-coordinate representation of color #0620B7: hue angle of 231.19º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0620B7 is Cyan = 0.97, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB632183-
CMYK0.970.8300.28
HSL231.19º93.65%37.06%-
HSV(B)231.19º96.72%71.76%-
XYZ9.144.4945.18-
YUV41.44207.89102.72-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.71%
GREEN value IS 32 (12.89% from 255) = 14.48%
BLUE value IS 183 (71.88% from 255) = 82.81%
R=2.71%
G=14.48%
B=82.81%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal6321830.970.8300.28231.1993.6537.06
Hex620B7615301Ce75e25
Octal64026714112303434713645
Binary1101000001011011111000011010011011100111001111011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0620B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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