Html Css Color HEX #06219D International Klein Blue

📋 copy color: '#06219D'

red 6 ◦ green 33 ◦ blue 157

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

Shades of International Klein Blue #06219D

Tints of International Klein Blue #06219D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 80.1%

R = 3.06%
G = 16.84%
B = 80.1%

CMYK

 C value IS 0.96

 M value IS 0.79

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#06219D (or 0x06219D) is known color: International Klein Blue. HEX triplet: 06, 21 and 9D. RGB value is (6,33,157). Sum of RGB (Red+Green+Blue) = 6+33+157=196 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.06% from 196); Green value is 33 (13.28% from 255 or 16.84% from 196); Blue value is 157 (61.72% from 255 or 80.10% from 196); Max value from RGB is 157 - color contains mainly: blue. Hex color #06219D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06219D is #F9DE62. Grayscale: #262626. Windows color (decimal): -16375395 or 10297606. OLE color: 10297606.

HSL color Cylindrical-coordinate representation of color #06219D: hue angle of 229.27º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06219D is Cyan = 0.96, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 6 33 157 -
CMYK 0.96 0.79 0 0.38
HSL 229.27º 0.93% 0.32% -
HSV(B) 229.27º 0.96% 0.62% -
XYZ 6.7 3.56 32.23 -
YUV 39.06 194.55 104.42 -
System Red Green Blue C M Y K H S L
Decimal 6 33 157 0.96 0.79 0 0.38 229.27 0.93 0.32
Hex 6 21 9D 60 4F 0 26 E5 5D 20
Octal 6 41 235 140 117 0 46 345 135 40
Binary 110 100001 10011101 1100000 1001111 0 100110 11100101 1011101 100000

Color Harmonies of #06219D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06219D

Black with #06219D

Text Example


Text Example

White with #06219D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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