Html Css Color HEX #06209C International Klein Blue

📋 copy color: '#06209C'

red 6 ◦ green 32 ◦ blue 156

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

Shades of International Klein Blue #06209C

Tints of International Klein Blue #06209C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.49%

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

R = 3.09%
G = 16.49%
B = 80.41%

CMYK

 C value IS 0.96

 M value IS 0.79

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#06209C (or 0x06209C) is known color: International Klein Blue. HEX triplet: 06, 20 and 9C. RGB value is (6,32,156). Sum of RGB (Red+Green+Blue) = 6+32+156=194 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.09% from 194); Green value is 32 (12.89% from 255 or 16.49% from 194); Blue value is 156 (61.33% from 255 or 80.41% from 194); Max value from RGB is 156 - color contains mainly: blue. Hex color #06209C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06209C is #F9DF63. Grayscale: #252525. Windows color (decimal): -16375652 or 10231814. OLE color: 10231814.

HSL color Cylindrical-coordinate representation of color #06209C: hue angle of 229.6º 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 #06209C is Cyan = 0.96, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 6 32 156 -
CMYK 0.96 0.79 0 0.39
HSL 229.6º 0.93% 0.32% -
HSV(B) 229.6º 0.96% 0.61% -
XYZ 6.59 3.47 31.78 -
YUV 38.36 194.39 104.92 -
System Red Green Blue C M Y K H S L
Decimal 6 32 156 0.96 0.79 0 0.39 229.6 0.93 0.32
Hex 6 20 9C 60 4F 0 27 E6 5D 20
Octal 6 40 234 140 117 0 47 346 135 40
Binary 110 100000 10011100 1100000 1001111 0 100111 11100110 1011101 100000

Color Harmonies of #06209C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06209C

Black with #06209C

Text Example


Text Example

White with #06209C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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