Html Css Color HEX #0622AB International Klein Blue

📋 copy color: '#0622AB'

red 6 ◦ green 34 ◦ blue 171

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

Shades of International Klein Blue #0622AB

Tints of International Klein Blue #0622AB

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.11%

 BLUE value IS 171 (67.19% from 255) = 81.04%

R = 2.84%
G = 16.11%
B = 81.04%

CMYK

 C value IS 0.96

 M value IS 0.80

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0622AB (or 0x0622AB) is known color: International Klein Blue. HEX triplet: 06, 22 and AB. RGB value is (6,34,171). Sum of RGB (Red+Green+Blue) = 6+34+171=211 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.84% from 211); Green value is 34 (13.67% from 255 or 16.11% from 211); Blue value is 171 (67.19% from 255 or 81.04% from 211); Max value from RGB is 171 - color contains mainly: blue. Hex color #0622AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0622AB is #F9DD54. Grayscale: #282828. Windows color (decimal): -16375125 or 11215366. OLE color: 11215366.

HSL color Cylindrical-coordinate representation of color #0622AB: hue angle of 229.82º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0622AB is Cyan = 0.96, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 6 34 171 -
CMYK 0.96 0.80 0 0.33
HSL 229.82º 0.93% 0.35% -
HSV(B) 229.82º 0.96% 0.67% -
XYZ 8 4.12 38.9 -
YUV 41.25 201.22 102.86 -
System Red Green Blue C M Y K H S L
Decimal 6 34 171 0.96 0.80 0 0.33 229.82 0.93 0.35
Hex 6 22 AB 60 50 0 21 E6 5D 23
Octal 6 42 253 140 120 0 41 346 135 43
Binary 110 100010 10101011 1100000 1010000 0 100001 11100110 1011101 100011

Color Harmonies of #0622AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0622AB

Black with #0622AB

Text Example


Text Example

White with #0622AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0622AB; }

 p { color: rgb(6,34,171); }

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

background-color css

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

 a { background-color: rgb(6,34,171); }

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

border-color css

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

 span { border-color: rgb(6,34,171); }

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