Html Css Color HEX #0620C0 International Klein Blue

📋 copy color: '#0620C0'

red 6 ◦ green 32 ◦ blue 192

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

Shades of International Klein Blue #0620C0

Tints of International Klein Blue #0620C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 83.48%

R = 2.61%
G = 13.91%
B = 83.48%

CMYK

 C value IS 0.97

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0620C0 (or 0x0620C0) is known color: International Klein Blue. HEX triplet: 06, 20 and C0. RGB value is (6,32,192). Sum of RGB (Red+Green+Blue) = 6+32+192=230 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.61% from 230); Green value is 32 (12.89% from 255 or 13.91% from 230); Blue value is 192 (75.39% from 255 or 83.48% from 230); Max value from RGB is 192 - color contains mainly: blue. Hex color #0620C0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0620C0 is #F9DF3F. Grayscale: #292929. Windows color (decimal): -16375616 or 12591110. OLE color: 12591110.

HSL color Cylindrical-coordinate representation of color #0620C0: hue angle of 231.61º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0620C0 is Cyan = 0.97, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 6 32 192 -
CMYK 0.97 0.83 0 0.25
HSL 231.61º 0.94% 0.39% -
HSV(B) 231.61º 0.97% 0.75% -
XYZ 10.11 4.88 50.28 -
YUV 42.47 212.39 101.99 -
System Red Green Blue C M Y K H S L
Decimal 6 32 192 0.97 0.83 0 0.25 231.61 0.94 0.39
Hex 6 20 C0 61 53 0 19 E8 5E 27
Octal 6 40 300 141 123 0 31 350 136 47
Binary 110 100000 11000000 1100001 1010011 0 11001 11101000 1011110 100111

Color Harmonies of #0620C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0620C0

Black with #0620C0

Text Example


Text Example

White with #0620C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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