Html Css Color HEX #06249C International Klein Blue

📋 copy color: '#06249C'

red 6 ◦ green 36 ◦ blue 156

#06249C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of International Klein Blue #06249C

Tints of International Klein Blue #06249C

RGB

 RED value IS 6 (2.73% from 255) = 3.03%

 GREEN value IS 36 (14.45% from 255) = 18.18%

 BLUE value IS 156 (61.33% from 255) = 78.79%

R = 3.03%
G = 18.18%
B = 78.79%

CMYK

 C value IS 0.96

 M value IS 0.77

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#06249C (or 0x06249C) is known color: International Klein Blue. HEX triplet: 06, 24 and 9C. RGB value is (6,36,156). Sum of RGB (Red+Green+Blue) = 6+36+156=198 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.03% from 198); Green value is 36 (14.45% from 255 or 18.18% from 198); Blue value is 156 (61.33% from 255 or 78.79% from 198); Max value from RGB is 156 - color contains mainly: blue. Hex color #06249C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06249C is #F9DB63. Grayscale: #282828. Windows color (decimal): -16374628 or 10232838. OLE color: 10232838.

HSL color Cylindrical-coordinate representation of color #06249C: hue angle of 228º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06249C is Cyan = 0.96, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 6 36 156 -
CMYK 0.96 0.77 0 0.39
HSL 228º 0.93% 0.32% -
HSV(B) 228º 0.96% 0.61% -
XYZ 6.71 3.7 31.81 -
YUV 40.71 193.06 103.24 -
System Red Green Blue C M Y K H S L
Decimal 6 36 156 0.96 0.77 0 0.39 228 0.93 0.32
Hex 6 24 9C 60 4D 0 27 E4 5D 20
Octal 6 44 234 140 115 0 47 344 135 40
Binary 110 100100 10011100 1100000 1001101 0 100111 11100100 1011101 100000

Color Harmonies of #06249C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06249C

Black with #06249C

Text Example


Text Example

White with #06249C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #06249C;
 }
 .AnyTagClassName
 {
   color: #06249C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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