Html Css Color HEX #06209B International Klein Blue

📋 copy color: '#06209B'

red 6 ◦ green 32 ◦ blue 155

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

Shades of International Klein Blue #06209B

Tints of International Klein Blue #06209B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 80.31%

R = 3.11%
G = 16.58%
B = 80.31%

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

#06209B (or 0x06209B) is known color: International Klein Blue. HEX triplet: 06, 20 and 9B. RGB value is (6,32,155). Sum of RGB (Red+Green+Blue) = 6+32+155=193 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.11% from 193); Green value is 32 (12.89% from 255 or 16.58% from 193); Blue value is 155 (60.94% from 255 or 80.31% from 193); Max value from RGB is 155 - color contains mainly: blue. Hex color #06209B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06209B is #F9DF64. Grayscale: #252525. Windows color (decimal): -16375653 or 10166278. OLE color: 10166278.

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

Color convert

RGB 6 32 155 -
CMYK 0.96 0.79 0 0.39
HSL 229.53º 0.93% 0.32% -
HSV(B) 229.53º 0.96% 0.61% -
XYZ 6.51 3.44 31.33 -
YUV 38.25 193.89 105 -
System Red Green Blue C M Y K H S L
Decimal 6 32 155 0.96 0.79 0 0.39 229.53 0.93 0.32
Hex 6 20 9B 60 4F 0 27 E6 5D 20
Octal 6 40 233 140 117 0 47 346 135 40
Binary 110 100000 10011011 1100000 1001111 0 100111 11100110 1011101 100000

Color Harmonies of #06209B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06209B

Black with #06209B

Text Example


Text Example

White with #06209B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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