Html Css Color HEX #0620AA International Klein Blue

📋 copy color: '#0620AA'

red 6 ◦ green 32 ◦ blue 170

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

Shades of International Klein Blue #0620AA

Tints of International Klein Blue #0620AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 81.73%

R = 2.88%
G = 15.38%
B = 81.73%

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

#0620AA (or 0x0620AA) is known color: International Klein Blue. HEX triplet: 06, 20 and AA. RGB value is (6,32,170). Sum of RGB (Red+Green+Blue) = 6+32+170=208 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.88% from 208); Green value is 32 (12.89% from 255 or 15.38% from 208); Blue value is 170 (66.80% from 255 or 81.73% from 208); Max value from RGB is 170 - color contains mainly: blue. Hex color #0620AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0620AA is #F9DF55. Grayscale: #272727. Windows color (decimal): -16375638 or 11149318. OLE color: 11149318.

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

Color convert

RGB 6 32 170 -
CMYK 0.96 0.81 0 0.33
HSL 230.49º 0.93% 0.35% -
HSV(B) 230.49º 0.96% 0.67% -
XYZ 7.85 3.97 38.38 -
YUV 39.96 201.39 103.78 -
System Red Green Blue C M Y K H S L
Decimal 6 32 170 0.96 0.81 0 0.33 230.49 0.93 0.35
Hex 6 20 AA 60 51 0 21 E6 5D 23
Octal 6 40 252 140 121 0 41 346 135 43
Binary 110 100000 10101010 1100000 1010001 0 100001 11100110 1011101 100011

Color Harmonies of #0620AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0620AA

Black with #0620AA

Text Example


Text Example

White with #0620AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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