Html Css Color HEX #0620AC International Klein Blue

📋 copy color: '#0620AC'

red 6 ◦ green 32 ◦ blue 172

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

Shades of International Klein Blue #0620AC

Tints of International Klein Blue #0620AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 81.9%

R = 2.86%
G = 15.24%
B = 81.9%

CMYK

 C value IS 0.97

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0620AC (or 0x0620AC) is known color: International Klein Blue. HEX triplet: 06, 20 and AC. RGB value is (6,32,172). Sum of RGB (Red+Green+Blue) = 6+32+172=210 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.86% from 210); Green value is 32 (12.89% from 255 or 15.24% from 210); Blue value is 172 (67.58% from 255 or 81.90% from 210); Max value from RGB is 172 - color contains mainly: blue. Hex color #0620AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0620AC is #F9DF53. Grayscale: #272727. Windows color (decimal): -16375636 or 11280390. OLE color: 11280390.

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

Color convert

RGB 6 32 172 -
CMYK 0.97 0.81 0 0.33
HSL 230.6º 0.93% 0.35% -
HSV(B) 230.6º 0.97% 0.67% -
XYZ 8.04 4.05 39.39 -
YUV 40.19 202.39 103.62 -
System Red Green Blue C M Y K H S L
Decimal 6 32 172 0.97 0.81 0 0.33 230.6 0.93 0.35
Hex 6 20 AC 61 51 0 21 E7 5D 23
Octal 6 40 254 141 121 0 41 347 135 43
Binary 110 100000 10101100 1100001 1010001 0 100001 11100111 1011101 100011

Color Harmonies of #0620AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0620AC

Black with #0620AC

Text Example


Text Example

White with #0620AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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