#0621BC

Color #0621BC International Klein Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of International Klein Blue #0621BC

Tints of International Klein Blue #0621BC

Color information

#0621BC (or 0x0621BC) is unknown color: approx International Klein Blue. HEX triplet: 06, 21 and BC. RGB value is (6,33,188). Sum of RGB (Red+Green+Blue) = 6+33+188=227 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.64% from 227); Green value is 33 (13.28% from 255 or 14.54% from 227); Blue value is 188 (73.83% from 255 or 82.82% from 227); Max value from RGB is 188 - color contains mainly: blue. Hex color #0621BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0621BC is #F9DE43. Grayscale: #292929. Windows color (decimal): -16375364 or 12329222. OLE color: 12329222.

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

Color convert

RGB633188-
CMYK0.970.8200.26
HSL231.1º93.81%38.04%-
HSV(B)231.1º96.81%73.73%-
XYZ9.74.7647.98-
YUV42.6210.05101.9-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.64%
GREEN value IS 33 (13.28% from 255) = 14.54%
BLUE value IS 188 (73.83% from 255) = 82.82%
R=2.64%
G=14.54%
B=82.82%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal6331880.970.8200.26231.193.8138.04
Hex621BC615201Ae75e26
Octal64127414112203234713646
Binary1101000011011110011000011010010011010111001111011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0621BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0621BC;
 }
 .AnyTagClassName
 {
   color: #0621BC;
 }
</style>
background-color css

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

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

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

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

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

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