Html Css Color HEX #0621BD International Klein Blue

📋 copy color: '#0621BD'

red 6 ◦ green 33 ◦ blue 189

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

Shades of International Klein Blue #0621BD

Tints of International Klein Blue #0621BD

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.47%

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

R = 2.63%
G = 14.47%
B = 82.89%

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

#0621BD (or 0x0621BD) is known color: International Klein Blue. HEX triplet: 06, 21 and BD. RGB value is (6,33,189). Sum of RGB (Red+Green+Blue) = 6+33+189=228 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.63% from 228); Green value is 33 (13.28% from 255 or 14.47% from 228); Blue value is 189 (74.22% from 255 or 82.89% from 228); Max value from RGB is 189 - color contains mainly: blue. Hex color #0621BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0621BD is #F9DE42. Grayscale: #2A2A2A. Windows color (decimal): -16375363 or 12394758. OLE color: 12394758.

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

Color convert

RGB 6 33 189 -
CMYK 0.97 0.83 0 0.26
HSL 231.15º 0.94% 0.38% -
HSV(B) 231.15º 0.97% 0.74% -
XYZ 9.8 4.8 48.55 -
YUV 42.71 210.55 101.82 -
System Red Green Blue C M Y K H S L
Decimal 6 33 189 0.97 0.83 0 0.26 231.15 0.94 0.38
Hex 6 21 BD 61 53 0 1A E7 5E 26
Octal 6 41 275 141 123 0 32 347 136 46
Binary 110 100001 10111101 1100001 1010011 0 11010 11100111 1011110 100110

Color Harmonies of #0621BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0621BD

Black with #0621BD

Text Example


Text Example

White with #0621BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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