#061EAB

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

Shades of International Klein Blue #061EAB

Tints of International Klein Blue #061EAB

Color information

#061EAB (or 0x061EAB) is unknown color: approx International Klein Blue. HEX triplet: 06, 1E and AB. RGB value is (6,30,171). Sum of RGB (Red+Green+Blue) = 6+30+171=207 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.90% from 207); Green value is 30 (12.11% from 255 or 14.49% from 207); Blue value is 171 (67.19% from 255 or 82.61% from 207); Max value from RGB is 171 - color contains mainly: blue. Hex color #061EAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #061EAB is #F9E154. Grayscale: #262626. Windows color (decimal): -16376149 or 11214342. OLE color: 11214342.

HSL color Cylindrical-coordinate representation of color #061EAB: hue angle of 231.27º 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 #061EAB is Cyan = 0.96, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB630171-
CMYK0.960.8200.33
HSL231.27º93.22%34.71%-
HSV(B)231.27º96.49%67.06%-
XYZ7.893.9138.87-
YUV38.9202.55104.54-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.90%
GREEN value IS 30 (12.11% from 255) = 14.49%
BLUE value IS 171 (67.19% from 255) = 82.61%
R=2.90%
G=14.49%
B=82.61%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal6301710.960.8200.33231.2793.2234.71
Hex61EAB6052021e75d23
Octal63625314012204134713543
Binary1101111010101011110000010100100100001111001111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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