#06249D

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

Shades of International Klein Blue #06249D

Tints of International Klein Blue #06249D

Color information

#06249D (or 0x06249D) is unknown color: approx International Klein Blue. HEX triplet: 06, 24 and 9D. RGB value is (6,36,157). Sum of RGB (Red+Green+Blue) = 6+36+157=199 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.02% from 199); Green value is 36 (14.45% from 255 or 18.09% from 199); Blue value is 157 (61.72% from 255 or 78.89% from 199); Max value from RGB is 157 - color contains mainly: blue. Hex color #06249D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06249D is #F9DB62. Grayscale: #282828. Windows color (decimal): -16374627 or 10298374. OLE color: 10298374.

HSL color Cylindrical-coordinate representation of color #06249D: hue angle of 228.08º 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 #06249D is Cyan = 0.96, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB636157-
CMYK0.960.7700.38
HSL228.08º92.64%31.96%-
HSV(B)228.08º96.18%61.57%-
XYZ6.793.7332.26-
YUV40.82193.56103.16-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.02%
GREEN value IS 36 (14.45% from 255) = 18.09%
BLUE value IS 157 (61.72% from 255) = 78.89%
R=3.02%
G=18.09%
B=78.89%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal6361570.960.7700.38228.0892.6431.96
Hex6249D604D026e45d20
Octal64423514011504634413540
Binary11010010010011101110000010011010100110111001001011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06249D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06249D; }

 p { color: rgb(6,36,157); }

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

<style>
 a { background-color: #06249D; }

 a { background-color: rgb(6,36,157); }

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

<style>
 span { border-color: #06249D; }

 span { border-color: rgb(6,36,157); }

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