Html Css Color HEX #062199 International Klein Blue

📋 copy color: '#062199'

red 6 ◦ green 33 ◦ blue 153

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

Shades of International Klein Blue #062199

Tints of International Klein Blue #062199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 79.69%

R = 3.13%
G = 17.19%
B = 79.69%

CMYK

 C value IS 0.96

 M value IS 0.78

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#062199 (or 0x062199) is known color: International Klein Blue. HEX triplet: 06, 21 and 99. RGB value is (6,33,153). Sum of RGB (Red+Green+Blue) = 6+33+153=192 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.12% from 192); Green value is 33 (13.28% from 255 or 17.19% from 192); Blue value is 153 (60.16% from 255 or 79.69% from 192); Max value from RGB is 153 - color contains mainly: blue. Hex color #062199 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062199 is #F9DE66. Grayscale: #262626. Windows color (decimal): -16375399 or 10035462. OLE color: 10035462.

HSL color Cylindrical-coordinate representation of color #062199: hue angle of 228.98º degrees, saturation: 0.92, 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 #062199 is Cyan = 0.96, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 6 33 153 -
CMYK 0.96 0.78 0 0.4
HSL 228.98º 0.92% 0.31% -
HSV(B) 228.98º 0.96% 0.6% -
XYZ 6.37 3.43 30.46 -
YUV 38.61 192.55 104.74 -
System Red Green Blue C M Y K H S L
Decimal 6 33 153 0.96 0.78 0 0.4 228.98 0.92 0.31
Hex 6 21 99 60 4E 0 28 E5 5C 1F
Octal 6 41 231 140 116 0 50 345 134 37
Binary 110 100001 10011001 1100000 1001110 0 101000 11100101 1011100 11111

Color Harmonies of #062199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062199

Black with #062199

Text Example


Text Example

White with #062199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062199; }

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

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

background-color css

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

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

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

border-color css

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

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

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