Html Css Color HEX #0620BC International Klein Blue

📋 copy color: '#0620BC'

red 6 ◦ green 32 ◦ blue 188

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

Shades of International Klein Blue #0620BC

Tints of International Klein Blue #0620BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 83.19%

R = 2.65%
G = 14.16%
B = 83.19%

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

#0620BC (or 0x0620BC) is known color: International Klein Blue. HEX triplet: 06, 20 and BC. RGB value is (6,32,188). Sum of RGB (Red+Green+Blue) = 6+32+188=226 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.65% from 226); Green value is 32 (12.89% from 255 or 14.16% from 226); Blue value is 188 (73.83% from 255 or 83.19% from 226); Max value from RGB is 188 - color contains mainly: blue. Hex color #0620BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0620BC is #F9DF43. Grayscale: #292929. Windows color (decimal): -16375620 or 12328966. OLE color: 12328966.

HSL color Cylindrical-coordinate representation of color #0620BC: hue angle of 231.43º 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 #0620BC is Cyan = 0.97, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 6 32 188 -
CMYK 0.97 0.83 0 0.26
HSL 231.43º 0.94% 0.38% -
HSV(B) 231.43º 0.97% 0.74% -
XYZ 9.67 4.7 47.98 -
YUV 42.01 210.39 102.32 -
System Red Green Blue C M Y K H S L
Decimal 6 32 188 0.97 0.83 0 0.26 231.43 0.94 0.38
Hex 6 20 BC 61 53 0 1A E7 5E 26
Octal 6 40 274 141 123 0 32 347 136 46
Binary 110 100000 10111100 1100001 1010011 0 11010 11100111 1011110 100110

Color Harmonies of #0620BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0620BC

Black with #0620BC

Text Example


Text Example

White with #0620BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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