Html Css Color HEX #0620AF International Klein Blue

📋 copy color: '#0620AF'

red 6 ◦ green 32 ◦ blue 175

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

Shades of International Klein Blue #0620AF

Tints of International Klein Blue #0620AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 82.16%

R = 2.82%
G = 15.02%
B = 82.16%

CMYK

 C value IS 0.97

 M value IS 0.82

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0620AF (or 0x0620AF) is known color: International Klein Blue. HEX triplet: 06, 20 and AF. RGB value is (6,32,175). Sum of RGB (Red+Green+Blue) = 6+32+175=213 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.82% from 213); Green value is 32 (12.89% from 255 or 15.02% from 213); Blue value is 175 (68.75% from 255 or 82.16% from 213); Max value from RGB is 175 - color contains mainly: blue. Hex color #0620AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0620AF is #F9DF50. Grayscale: #272727. Windows color (decimal): -16375633 or 11476998. OLE color: 11476998.

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

Color convert

RGB 6 32 175 -
CMYK 0.97 0.82 0 0.31
HSL 230.77º 0.93% 0.35% -
HSV(B) 230.77º 0.97% 0.69% -
XYZ 8.33 4.17 40.92 -
YUV 40.53 203.89 103.37 -
System Red Green Blue C M Y K H S L
Decimal 6 32 175 0.97 0.82 0 0.31 230.77 0.93 0.35
Hex 6 20 AF 61 52 0 1F E7 5D 23
Octal 6 40 257 141 122 0 37 347 135 43
Binary 110 100000 10101111 1100001 1010010 0 11111 11100111 1011101 100011

Color Harmonies of #0620AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0620AF

Black with #0620AF

Text Example


Text Example

White with #0620AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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