#061CA6

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

Shades of International Klein Blue #061CA6

Tints of International Klein Blue #061CA6

Color information

#061CA6 (or 0x061CA6) is unknown color: approx International Klein Blue. HEX triplet: 06, 1C and A6. RGB value is (6,28,166). Sum of RGB (Red+Green+Blue) = 6+28+166=200 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3% from 200); Green value is 28 (11.33% from 255 or 14% from 200); Blue value is 166 (65.23% from 255 or 83% from 200); Max value from RGB is 166 - color contains mainly: blue. Hex color #061CA6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #061CA6 is #F9E359. Grayscale: #242424. Windows color (decimal): -16376666 or 10886150. OLE color: 10886150.

HSL color Cylindrical-coordinate representation of color #061CA6: hue angle of 231.75º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #061CA6 is Cyan = 0.96, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB628166-
CMYK0.960.8300.35
HSL231.75º93.02%33.73%-
HSV(B)231.75º96.39%65.1%-
XYZ7.373.6236.39-
YUV37.15200.71105.78-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3%
GREEN value IS 28 (11.33% from 255) = 14%
BLUE value IS 166 (65.23% from 255) = 83%
R=3%
G=14%
B=83%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal6281660.960.8300.35231.7593.0233.73
Hex61CA66053023e85d22
Octal63424614012304335013542
Binary1101110010100110110000010100110100011111010001011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,28,166); }

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

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

 a { background-color: rgb(6,28,166); }

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

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

 span { border-color: rgb(6,28,166); }

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