#061EB9

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

Shades of International Klein Blue #061EB9

Tints of International Klein Blue #061EB9

Color information

#061EB9 (or 0x061EB9) is unknown color: approx International Klein Blue. HEX triplet: 06, 1E and B9. RGB value is (6,30,185). Sum of RGB (Red+Green+Blue) = 6+30+185=221 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.71% from 221); Green value is 30 (12.11% from 255 or 13.57% from 221); Blue value is 185 (72.66% from 255 or 83.71% from 221); Max value from RGB is 185 - color contains mainly: blue. Hex color #061EB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #061EB9 is #F9E146. Grayscale: #272727. Windows color (decimal): -16376135 or 12131846. OLE color: 12131846.

HSL color Cylindrical-coordinate representation of color #061EB9: hue angle of 231.96º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #061EB9 is Cyan = 0.97, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB630185-
CMYK0.970.8400.27
HSL231.96º93.72%37.45%-
HSV(B)231.96º96.76%72.55%-
XYZ9.34.4746.27-
YUV40.49209.55103.4-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.71%
GREEN value IS 30 (12.11% from 255) = 13.57%
BLUE value IS 185 (72.66% from 255) = 83.71%
R=2.71%
G=13.57%
B=83.71%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal6301850.970.8400.27231.9693.7237.45
Hex61EB9615401Be85e25
Octal63627114112403335013645
Binary110111101011100111000011010100011011111010001011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061EB9; }

 p { color: rgb(6,30,185); }

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

<style>
 a { background-color: #061EB9; }

 a { background-color: rgb(6,30,185); }

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

<style>
 span { border-color: #061EB9; }

 span { border-color: rgb(6,30,185); }

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