#061C99

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

Shades of International Klein Blue #061C99

Tints of International Klein Blue #061C99

Color information

#061C99 (or 0x061C99) is unknown color: approx International Klein Blue. HEX triplet: 06, 1C and 99. RGB value is (6,28,153). Sum of RGB (Red+Green+Blue) = 6+28+153=187 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.21% from 187); Green value is 28 (11.33% from 255 or 14.97% from 187); Blue value is 153 (60.16% from 255 or 81.82% from 187); Max value from RGB is 153 - color contains mainly: blue. Hex color #061C99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #061C99 is #F9E366. Grayscale: #232323. Windows color (decimal): -16376679 or 10034182. OLE color: 10034182.

HSL color Cylindrical-coordinate representation of color #061C99: hue angle of 231.02º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #061C99 is Cyan = 0.96, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB628153-
CMYK0.960.8200.4
HSL231.02º92.45%31.18%-
HSV(B)231.02º96.08%60%-
XYZ6.243.1730.42-
YUV35.67194.21106.84-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.21%
GREEN value IS 28 (11.33% from 255) = 14.97%
BLUE value IS 153 (60.16% from 255) = 81.82%
R=3.21%
G=14.97%
B=81.82%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal6281530.960.8200.4231.0292.4531.18
Hex61C996052028e75c1f
Octal63423114012205034713437
Binary110111001001100111000001010010010100011100111101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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