#061BB2

Color #061BB2 International Klein Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of International Klein Blue #061BB2

Tints of International Klein Blue #061BB2

Color information

#061BB2 (or 0x061BB2) is unknown color: approx International Klein Blue. HEX triplet: 06, 1B and B2. RGB value is (6,27,178). Sum of RGB (Red+Green+Blue) = 6+27+178=211 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.84% from 211); Green value is 27 (10.94% from 255 or 12.80% from 211); Blue value is 178 (69.92% from 255 or 84.36% from 211); Max value from RGB is 178 - color contains mainly: blue. Hex color #061BB2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #061BB2 is #F9E44D. Grayscale: #252525. Windows color (decimal): -16376910 or 11672326. OLE color: 11672326.

HSL color Cylindrical-coordinate representation of color #061BB2: hue angle of 232.67º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #061BB2 is Cyan = 0.97, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB627178-
CMYK0.970.8500.30
HSL232.67º93.48%36.08%-
HSV(B)232.67º96.63%69.8%-
XYZ8.54.0442.45-
YUV37.94207.04105.22-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.84%
GREEN value IS 27 (10.94% from 255) = 12.80%
BLUE value IS 178 (69.92% from 255) = 84.36%
R=2.84%
G=12.80%
B=84.36%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal6271780.970.8500.30232.6793.4836.08
Hex61BB2615501Ee95d24
Octal63326214112503635113544
Binary110110111011001011000011010101011110111010011011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061BB2; }

 p { color: rgb(6,27,178); }

 H1.HeaderClassName
 {
   color: #061BB2;
 }
 .AnyTagClassName
 {
   color: #061BB2;
 }
</style>
background-color css

<style>
 a { background-color: #061BB2; }

 a { background-color: rgb(6,27,178); }

 div.DivClassName
 {
   background-color: #061BB2;
 }
 .BgClassName
 {
   background-color: #061BB2;
 }
</style>
border-color css

<style>
 span { border-color: #061BB2; }

 span { border-color: rgb(6,27,178); }

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