#061FA7

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

Shades of International Klein Blue #061FA7

Tints of International Klein Blue #061FA7

Color information

#061FA7 (or 0x061FA7) is unknown color: approx International Klein Blue. HEX triplet: 06, 1F and A7. RGB value is (6,31,167). Sum of RGB (Red+Green+Blue) = 6+31+167=204 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.94% from 204); Green value is 31 (12.5% from 255 or 15.20% from 204); Blue value is 167 (65.62% from 255 or 81.86% from 204); Max value from RGB is 167 - color contains mainly: blue. Hex color #061FA7 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #061FA7 is #F9E058. Grayscale: #262626. Windows color (decimal): -16375897 or 10952454. OLE color: 10952454.

HSL color Cylindrical-coordinate representation of color #061FA7: hue angle of 230.68º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #061FA7 is Cyan = 0.96, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB631167-
CMYK0.960.8100.35
HSL230.68º93.06%33.92%-
HSV(B)230.68º96.41%65.49%-
XYZ7.543.8136.9-
YUV39.03200.22104.44-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.94%
GREEN value IS 31 (12.5% from 255) = 15.20%
BLUE value IS 167 (65.62% from 255) = 81.86%
R=2.94%
G=15.20%
B=81.86%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal6311670.960.8100.35230.6893.0633.92
Hex61FA76051023e75d22
Octal63724714012104334713542
Binary1101111110100111110000010100010100011111001111011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,31,167); }

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

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

 a { background-color: rgb(6,31,167); }

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

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

 span { border-color: rgb(6,31,167); }

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