#062299

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

Shades of International Klein Blue #062299

Tints of International Klein Blue #062299

Color information

#062299 (or 0x062299) is unknown color: approx International Klein Blue. HEX triplet: 06, 22 and 99. RGB value is (6,34,153). Sum of RGB (Red+Green+Blue) = 6+34+153=193 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.11% from 193); Green value is 34 (13.67% from 255 or 17.62% from 193); Blue value is 153 (60.16% from 255 or 79.27% from 193); Max value from RGB is 153 - color contains mainly: blue. Hex color #062299 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062299 is #F9DD66. Grayscale: #262626. Windows color (decimal): -16375143 or 10035718. OLE color: 10035718.

HSL color Cylindrical-coordinate representation of color #062299: hue angle of 228.57º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #062299 is Cyan = 0.96, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB634153-
CMYK0.960.7800.4
HSL228.57º92.45%31.18%-
HSV(B)228.57º96.08%60%-
XYZ6.43.4830.47-
YUV39.19192.22104.32-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.11%
GREEN value IS 34 (13.67% from 255) = 17.62%
BLUE value IS 153 (60.16% from 255) = 79.27%
R=3.11%
G=17.62%
B=79.27%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal6341530.960.7800.4228.5792.4531.18
Hex62299604E028e55c1f
Octal64223114011605034513437
Binary1101000101001100111000001001110010100011100101101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062299; }

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

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

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

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

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

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

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

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