Html Css Color HEX #0621AC International Klein Blue

📋 copy color: '#0621AC'

red 6 ◦ green 33 ◦ blue 172

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

Shades of International Klein Blue #0621AC

Tints of International Klein Blue #0621AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 81.52%

R = 2.84%
G = 15.64%
B = 81.52%

CMYK

 C value IS 0.97

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0621AC (or 0x0621AC) is known color: International Klein Blue. HEX triplet: 06, 21 and AC. RGB value is (6,33,172). Sum of RGB (Red+Green+Blue) = 6+33+172=211 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.84% from 211); Green value is 33 (13.28% from 255 or 15.64% from 211); Blue value is 172 (67.58% from 255 or 81.52% from 211); Max value from RGB is 172 - color contains mainly: blue. Hex color #0621AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0621AC is #F9DE53. Grayscale: #282828. Windows color (decimal): -16375380 or 11280646. OLE color: 11280646.

HSL color Cylindrical-coordinate representation of color #0621AC: hue angle of 230.24º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0621AC is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 6 33 172 -
CMYK 0.97 0.81 0 0.33
HSL 230.24º 0.93% 0.35% -
HSV(B) 230.24º 0.97% 0.67% -
XYZ 8.07 4.1 39.4 -
YUV 40.77 202.05 103.2 -
System Red Green Blue C M Y K H S L
Decimal 6 33 172 0.97 0.81 0 0.33 230.24 0.93 0.35
Hex 6 21 AC 61 51 0 21 E6 5D 23
Octal 6 41 254 141 121 0 41 346 135 43
Binary 110 100001 10101100 1100001 1010001 0 100001 11100110 1011101 100011

Color Harmonies of #0621AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0621AC

Black with #0621AC

Text Example


Text Example

White with #0621AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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