Html Css Color HEX #06249A International Klein Blue

📋 copy color: '#06249A'

red 6 ◦ green 36 ◦ blue 154

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

Shades of International Klein Blue #06249A

Tints of International Klein Blue #06249A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 78.57%

R = 3.06%
G = 18.37%
B = 78.57%

CMYK

 C value IS 0.96

 M value IS 0.77

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#06249A (or 0x06249A) is known color: International Klein Blue. HEX triplet: 06, 24 and 9A. RGB value is (6,36,154). Sum of RGB (Red+Green+Blue) = 6+36+154=196 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.06% from 196); Green value is 36 (14.45% from 255 or 18.37% from 196); Blue value is 154 (60.55% from 255 or 78.57% from 196); Max value from RGB is 154 - color contains mainly: blue. Hex color #06249A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06249A is #F9DB65. Grayscale: #272727. Windows color (decimal): -16374630 or 10101766. OLE color: 10101766.

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

Color convert

RGB 6 36 154 -
CMYK 0.96 0.77 0 0.40
HSL 227.84º 0.93% 0.31% -
HSV(B) 227.84º 0.96% 0.6% -
XYZ 6.54 3.63 30.93 -
YUV 40.48 192.06 103.41 -
System Red Green Blue C M Y K H S L
Decimal 6 36 154 0.96 0.77 0 0.40 227.84 0.93 0.31
Hex 6 24 9A 60 4D 0 28 E4 5C 1F
Octal 6 44 232 140 115 0 50 344 134 37
Binary 110 100100 10011010 1100000 1001101 0 101000 11100100 1011100 11111

Color Harmonies of #06249A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06249A

Black with #06249A

Text Example


Text Example

White with #06249A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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