Html Css Color HEX #0621BC International Klein Blue

📋 copy color: '#0621BC'

red 6 ◦ green 33 ◦ blue 188

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

Shades of International Klein Blue #0621BC

Tints of International Klein Blue #0621BC

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 value IS 0.97

 M value IS 0.82

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0621BC (or 0x0621BC) is known color: 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

RGB 6 33 188 -
CMYK 0.97 0.82 0 0.26
HSL 231.1º 0.94% 0.38% -
HSV(B) 231.1º 0.97% 0.74% -
XYZ 9.7 4.76 47.98 -
YUV 42.6 210.05 101.9 -
System Red Green Blue C M Y K H S L
Decimal 6 33 188 0.97 0.82 0 0.26 231.1 0.94 0.38
Hex 6 21 BC 61 52 0 1A E7 5E 26
Octal 6 41 274 141 122 0 32 347 136 46
Binary 110 100001 10111100 1100001 1010010 0 11010 11100111 1011110 100110

Color Harmonies of #0621BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0621BC

Black with #0621BC

Text Example


Text Example

White with #0621BC

Text Example


Text Example

HTML Codes & Css Web 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>