Html Css Color HEX #0622B0 International Klein Blue

📋 copy color: '#0622B0'

red 6 ◦ green 34 ◦ blue 176

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

Shades of International Klein Blue #0622B0

Tints of International Klein Blue #0622B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 81.48%

R = 2.78%
G = 15.74%
B = 81.48%

CMYK

 C value IS 0.97

 M value IS 0.81

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0622B0 (or 0x0622B0) is known color: International Klein Blue. HEX triplet: 06, 22 and B0. RGB value is (6,34,176). Sum of RGB (Red+Green+Blue) = 6+34+176=216 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.78% from 216); Green value is 34 (13.67% from 255 or 15.74% from 216); Blue value is 176 (69.14% from 255 or 81.48% from 216); Max value from RGB is 176 - color contains mainly: blue. Hex color #0622B0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0622B0 is #F9DD4F. Grayscale: #292929. Windows color (decimal): -16375120 or 11543046. OLE color: 11543046.

HSL color Cylindrical-coordinate representation of color #0622B0: hue angle of 230.12º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0622B0 is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 6 34 176 -
CMYK 0.97 0.81 0 0.31
HSL 230.12º 0.93% 0.36% -
HSV(B) 230.12º 0.97% 0.69% -
XYZ 8.48 4.32 41.46 -
YUV 41.82 203.72 102.45 -
System Red Green Blue C M Y K H S L
Decimal 6 34 176 0.97 0.81 0 0.31 230.12 0.93 0.36
Hex 6 22 B0 61 51 0 1F E6 5D 24
Octal 6 42 260 141 121 0 37 346 135 44
Binary 110 100010 10110000 1100001 1010001 0 11111 11100110 1011101 100100

Color Harmonies of #0622B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0622B0

Black with #0622B0

Text Example


Text Example

White with #0622B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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