Html Css Color HEX #0622C2 International Klein Blue

📋 copy color: '#0622C2'

red 6 ◦ green 34 ◦ blue 194

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

Shades of International Klein Blue #0622C2

Tints of International Klein Blue #0622C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 82.91%

R = 2.56%
G = 14.53%
B = 82.91%

CMYK

 C value IS 0.97

 M value IS 0.82

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#0622C2 (or 0x0622C2) is known color: International Klein Blue. HEX triplet: 06, 22 and C2. RGB value is (6,34,194). Sum of RGB (Red+Green+Blue) = 6+34+194=234 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.56% from 234); Green value is 34 (13.67% from 255 or 14.53% from 234); Blue value is 194 (76.17% from 255 or 82.91% from 234); Max value from RGB is 194 - color contains mainly: blue. Hex color #0622C2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0622C2 is #F9DD3D. Grayscale: #2B2B2B. Windows color (decimal): -16375102 or 12722694. OLE color: 12722694.

HSL color Cylindrical-coordinate representation of color #0622C2: hue angle of 231.06º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0622C2 is Cyan = 0.97, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 6 34 194 -
CMYK 0.97 0.82 0 0.24
HSL 231.06º 0.94% 0.39% -
HSV(B) 231.06º 0.97% 0.76% -
XYZ 10.38 5.08 51.47 -
YUV 43.87 212.72 100.99 -
System Red Green Blue C M Y K H S L
Decimal 6 34 194 0.97 0.82 0 0.24 231.06 0.94 0.39
Hex 6 22 C2 61 52 0 18 E7 5E 27
Octal 6 42 302 141 122 0 30 347 136 47
Binary 110 100010 11000010 1100001 1010010 0 11000 11100111 1011110 100111

Color Harmonies of #0622C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0622C2

Black with #0622C2

Text Example


Text Example

White with #0622C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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