#061C9E

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

Shades of International Klein Blue #061C9E

Tints of International Klein Blue #061C9E

Color information

#061C9E (or 0x061C9E) is unknown color: approx International Klein Blue. HEX triplet: 06, 1C and 9E. RGB value is (6,28,158). Sum of RGB (Red+Green+Blue) = 6+28+158=192 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.12% from 192); Green value is 28 (11.33% from 255 or 14.58% from 192); Blue value is 158 (62.11% from 255 or 82.29% from 192); Max value from RGB is 158 - color contains mainly: blue. Hex color #061C9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #061C9E is #F9E361. Grayscale: #232323. Windows color (decimal): -16376674 or 10361862. OLE color: 10361862.

HSL color Cylindrical-coordinate representation of color #061C9E: hue angle of 231.32º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #061C9E is Cyan = 0.96, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB628158-
CMYK0.960.8200.38
HSL231.32º92.68%32.16%-
HSV(B)231.32º96.2%61.96%-
XYZ6.663.3432.64-
YUV36.24196.71106.43-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.12%
GREEN value IS 28 (11.33% from 255) = 14.58%
BLUE value IS 158 (62.11% from 255) = 82.29%
R=3.12%
G=14.58%
B=82.29%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal6281580.960.8200.38231.3292.6832.16
Hex61C9E6052026e75d20
Octal63423614012204634713540
Binary1101110010011110110000010100100100110111001111011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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