Html Css Color HEX #06219B International Klein Blue

📋 copy color: '#06219B'

red 6 ◦ green 33 ◦ blue 155

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

Shades of International Klein Blue #06219B

Tints of International Klein Blue #06219B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.01%

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

R = 3.09%
G = 17.01%
B = 79.9%

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

#06219B (or 0x06219B) is known color: International Klein Blue. HEX triplet: 06, 21 and 9B. RGB value is (6,33,155). Sum of RGB (Red+Green+Blue) = 6+33+155=194 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.09% from 194); Green value is 33 (13.28% from 255 or 17.01% from 194); Blue value is 155 (60.94% from 255 or 79.90% from 194); Max value from RGB is 155 - color contains mainly: blue. Hex color #06219B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06219B is #F9DE64. Grayscale: #262626. Windows color (decimal): -16375397 or 10166534. OLE color: 10166534.

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

Color convert

RGB 6 33 155 -
CMYK 0.96 0.79 0 0.39
HSL 229.13º 0.93% 0.32% -
HSV(B) 229.13º 0.96% 0.61% -
XYZ 6.54 3.49 31.34 -
YUV 38.84 193.55 104.58 -
System Red Green Blue C M Y K H S L
Decimal 6 33 155 0.96 0.79 0 0.39 229.13 0.93 0.32
Hex 6 21 9B 60 4F 0 27 E5 5D 20
Octal 6 41 233 140 117 0 47 345 135 40
Binary 110 100001 10011011 1100000 1001111 0 100111 11100101 1011101 100000

Color Harmonies of #06219B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06219B

Black with #06219B

Text Example


Text Example

White with #06219B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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