#0622A9

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

Shades of International Klein Blue #0622A9

Tints of International Klein Blue #0622A9

Color information

#0622A9 (or 0x0622A9) is unknown color: approx International Klein Blue. HEX triplet: 06, 22 and A9. RGB value is (6,34,169). Sum of RGB (Red+Green+Blue) = 6+34+169=209 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.87% from 209); Green value is 34 (13.67% from 255 or 16.27% from 209); Blue value is 169 (66.41% from 255 or 80.86% from 209); Max value from RGB is 169 - color contains mainly: blue. Hex color #0622A9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0622A9 is #F9DD56. Grayscale: #282828. Windows color (decimal): -16375127 or 11084294. OLE color: 11084294.

HSL color Cylindrical-coordinate representation of color #0622A9: hue angle of 229.69º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0622A9 is Cyan = 0.96, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB634169-
CMYK0.960.8000.34
HSL229.69º93.14%34.31%-
HSV(B)229.69º96.45%66.27%-
XYZ7.814.0537.91-
YUV41.02200.22103.02-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.87%
GREEN value IS 34 (13.67% from 255) = 16.27%
BLUE value IS 169 (66.41% from 255) = 80.86%
R=2.87%
G=16.27%
B=80.86%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal6341690.960.8000.34229.6993.1434.31
Hex622A96050022e65d22
Octal64225114012004234613542
Binary11010001010101001110000010100000100010111001101011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0622A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0622A9; }

 p { color: rgb(6,34,169); }

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

<style>
 a { background-color: #0622A9; }

 a { background-color: rgb(6,34,169); }

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

<style>
 span { border-color: #0622A9; }

 span { border-color: rgb(6,34,169); }

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