Html Css Color HEX #0620BD International Klein Blue

📋 copy color: '#0620BD'

red 6 ◦ green 32 ◦ blue 189

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

Shades of International Klein Blue #0620BD

Tints of International Klein Blue #0620BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 83.26%

R = 2.64%
G = 14.1%
B = 83.26%

CMYK

 C value IS 0.97

 M value IS 0.83

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0620BD (or 0x0620BD) is known color: International Klein Blue. HEX triplet: 06, 20 and BD. RGB value is (6,32,189). Sum of RGB (Red+Green+Blue) = 6+32+189=227 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.64% from 227); Green value is 32 (12.89% from 255 or 14.10% from 227); Blue value is 189 (74.22% from 255 or 83.26% from 227); Max value from RGB is 189 - color contains mainly: blue. Hex color #0620BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0620BD is #F9DF42. Grayscale: #292929. Windows color (decimal): -16375619 or 12394502. OLE color: 12394502.

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

Color convert

RGB 6 32 189 -
CMYK 0.97 0.83 0 0.26
HSL 231.48º 0.94% 0.38% -
HSV(B) 231.48º 0.97% 0.74% -
XYZ 9.78 4.75 48.54 -
YUV 42.12 210.89 102.23 -
System Red Green Blue C M Y K H S L
Decimal 6 32 189 0.97 0.83 0 0.26 231.48 0.94 0.38
Hex 6 20 BD 61 53 0 1A E7 5E 26
Octal 6 40 275 141 123 0 32 347 136 46
Binary 110 100000 10111101 1100001 1010011 0 11010 11100111 1011110 100110

Color Harmonies of #0620BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0620BD

Black with #0620BD

Text Example


Text Example

White with #0620BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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