#061EBC

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

Shades of International Klein Blue #061EBC

Tints of International Klein Blue #061EBC

Color information

#061EBC (or 0x061EBC) is unknown color: approx International Klein Blue. HEX triplet: 06, 1E and BC. RGB value is (6,30,188). Sum of RGB (Red+Green+Blue) = 6+30+188=224 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.68% from 224); Green value is 30 (12.11% from 255 or 13.39% from 224); Blue value is 188 (73.83% from 255 or 83.93% from 224); Max value from RGB is 188 - color contains mainly: blue. Hex color #061EBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #061EBC is #F9E143. Grayscale: #282828. Windows color (decimal): -16376132 or 12328454. OLE color: 12328454.

HSL color Cylindrical-coordinate representation of color #061EBC: hue angle of 232.09º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #061EBC is Cyan = 0.97, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB630188-
CMYK0.970.8400.26
HSL232.09º93.81%38.04%-
HSV(B)232.09º96.81%73.73%-
XYZ9.624.647.96-
YUV40.84211.05103.15-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.68%
GREEN value IS 30 (12.11% from 255) = 13.39%
BLUE value IS 188 (73.83% from 255) = 83.93%
R=2.68%
G=13.39%
B=83.93%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal6301880.970.8400.26232.0993.8138.04
Hex61EBC615401Ae85e26
Octal63627414112403235013646
Binary110111101011110011000011010100011010111010001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,30,188); }

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

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

 a { background-color: rgb(6,30,188); }

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

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

 span { border-color: rgb(6,30,188); }

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