Html Css Color HEX #0622AC International Klein Blue

📋 copy color: '#0622AC'

red 6 ◦ green 34 ◦ blue 172

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

Shades of International Klein Blue #0622AC

Tints of International Klein Blue #0622AC

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.04%

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

R = 2.83%
G = 16.04%
B = 81.13%

CMYK

 C value IS 0.97

 M value IS 0.80

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0622AC (or 0x0622AC) is known color: International Klein Blue. HEX triplet: 06, 22 and AC. RGB value is (6,34,172). Sum of RGB (Red+Green+Blue) = 6+34+172=212 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.83% from 212); Green value is 34 (13.67% from 255 or 16.04% from 212); Blue value is 172 (67.58% from 255 or 81.13% from 212); Max value from RGB is 172 - color contains mainly: blue. Hex color #0622AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0622AC is #F9DD53. Grayscale: #282828. Windows color (decimal): -16375124 or 11280902. OLE color: 11280902.

HSL color Cylindrical-coordinate representation of color #0622AC: hue angle of 229.88º 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 #0622AC is Cyan = 0.97, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 6 34 172 -
CMYK 0.97 0.80 0 0.33
HSL 229.88º 0.93% 0.35% -
HSV(B) 229.88º 0.97% 0.67% -
XYZ 8.09 4.16 39.41 -
YUV 41.36 201.72 102.78 -
System Red Green Blue C M Y K H S L
Decimal 6 34 172 0.97 0.80 0 0.33 229.88 0.93 0.35
Hex 6 22 AC 61 50 0 21 E6 5D 23
Octal 6 42 254 141 120 0 41 346 135 43
Binary 110 100010 10101100 1100001 1010000 0 100001 11100110 1011101 100011

Color Harmonies of #0622AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0622AC

Black with #0622AC

Text Example


Text Example

White with #0622AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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