Html Css Color HEX #0620AD International Klein Blue

📋 copy color: '#0620AD'

red 6 ◦ green 32 ◦ blue 173

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

Shades of International Klein Blue #0620AD

Tints of International Klein Blue #0620AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 81.99%

R = 2.84%
G = 15.17%
B = 81.99%

CMYK

 C value IS 0.97

 M value IS 0.82

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0620AD (or 0x0620AD) is known color: International Klein Blue. HEX triplet: 06, 20 and AD. RGB value is (6,32,173). Sum of RGB (Red+Green+Blue) = 6+32+173=211 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.84% from 211); Green value is 32 (12.89% from 255 or 15.17% from 211); Blue value is 173 (67.97% from 255 or 81.99% from 211); Max value from RGB is 173 - color contains mainly: blue. Hex color #0620AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0620AD is #F9DF52. Grayscale: #272727. Windows color (decimal): -16375635 or 11345926. OLE color: 11345926.

HSL color Cylindrical-coordinate representation of color #0620AD: hue angle of 230.66º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0620AD is Cyan = 0.97, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 6 32 173 -
CMYK 0.97 0.82 0 0.32
HSL 230.66º 0.93% 0.35% -
HSV(B) 230.66º 0.97% 0.68% -
XYZ 8.13 4.09 39.9 -
YUV 40.3 202.89 103.54 -
System Red Green Blue C M Y K H S L
Decimal 6 32 173 0.97 0.82 0 0.32 230.66 0.93 0.35
Hex 6 20 AD 61 52 0 20 E7 5D 23
Octal 6 40 255 141 122 0 40 347 135 43
Binary 110 100000 10101101 1100001 1010010 0 100000 11100111 1011101 100011

Color Harmonies of #0620AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0620AD

Black with #0620AD

Text Example


Text Example

White with #0620AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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