Html Css Color HEX #0620AB International Klein Blue

📋 copy color: '#0620AB'

red 6 ◦ green 32 ◦ blue 171

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

Shades of International Klein Blue #0620AB

Tints of International Klein Blue #0620AB

RGB

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

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

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

R = 2.87%
G = 15.31%
B = 81.82%

CMYK

 C value IS 0.96

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0620AB (or 0x0620AB) is known color: International Klein Blue. HEX triplet: 06, 20 and AB. RGB value is (6,32,171). Sum of RGB (Red+Green+Blue) = 6+32+171=209 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.87% from 209); Green value is 32 (12.89% from 255 or 15.31% from 209); Blue value is 171 (67.19% from 255 or 81.82% from 209); Max value from RGB is 171 - color contains mainly: blue. Hex color #0620AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0620AB is #F9DF54. Grayscale: #272727. Windows color (decimal): -16375637 or 11214854. OLE color: 11214854.

HSL color Cylindrical-coordinate representation of color #0620AB: hue angle of 230.55º 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 #0620AB is Cyan = 0.96, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 6 32 171 -
CMYK 0.96 0.81 0 0.33
HSL 230.55º 0.93% 0.35% -
HSV(B) 230.55º 0.96% 0.67% -
XYZ 7.94 4.01 38.88 -
YUV 40.07 201.89 103.7 -
System Red Green Blue C M Y K H S L
Decimal 6 32 171 0.96 0.81 0 0.33 230.55 0.93 0.35
Hex 6 20 AB 60 51 0 21 E7 5D 23
Octal 6 40 253 140 121 0 41 347 135 43
Binary 110 100000 10101011 1100000 1010001 0 100001 11100111 1011101 100011

Color Harmonies of #0620AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0620AB

Black with #0620AB

Text Example


Text Example

White with #0620AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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