#061DB9

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

Shades of International Klein Blue #061DB9

Tints of International Klein Blue #061DB9

Color information

#061DB9 (or 0x061DB9) is unknown color: approx International Klein Blue. HEX triplet: 06, 1D and B9. RGB value is (6,29,185). Sum of RGB (Red+Green+Blue) = 6+29+185=220 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.73% from 220); Green value is 29 (11.72% from 255 or 13.18% from 220); Blue value is 185 (72.66% from 255 or 84.09% from 220); Max value from RGB is 185 - color contains mainly: blue. Hex color #061DB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #061DB9 is #F9E246. Grayscale: #272727. Windows color (decimal): -16376391 or 12131590. OLE color: 12131590.

HSL color Cylindrical-coordinate representation of color #061DB9: hue angle of 232.29º 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 #061DB9 is Cyan = 0.97, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB629185-
CMYK0.970.8400.27
HSL232.29º93.72%37.45%-
HSV(B)232.29º96.76%72.55%-
XYZ9.274.4246.26-
YUV39.91209.88103.82-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.73%
GREEN value IS 29 (11.72% from 255) = 13.18%
BLUE value IS 185 (72.66% from 255) = 84.09%
R=2.73%
G=13.18%
B=84.09%

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
Decimal6291850.970.8400.27232.2993.7237.45
Hex61DB9615401Be85e25
Octal63527114112403335013645
Binary110111011011100111000011010100011011111010001011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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