#0623A6

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

Shades of International Klein Blue #0623A6

Tints of International Klein Blue #0623A6

Color information

#0623A6 (or 0x0623A6) is unknown color: approx International Klein Blue. HEX triplet: 06, 23 and A6. RGB value is (6,35,166). Sum of RGB (Red+Green+Blue) = 6+35+166=207 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.90% from 207); Green value is 35 (14.06% from 255 or 16.91% from 207); Blue value is 166 (65.23% from 255 or 80.19% from 207); Max value from RGB is 166 - color contains mainly: blue. Hex color #0623A6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0623A6 is #F9DC59. Grayscale: #282828. Windows color (decimal): -16374874 or 10887942. OLE color: 10887942.

HSL color Cylindrical-coordinate representation of color #0623A6: hue angle of 229.12º 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 #0623A6 is Cyan = 0.96, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB635166-
CMYK0.960.7900.35
HSL229.12º93.02%33.73%-
HSV(B)229.12º96.39%65.1%-
XYZ7.563.9936.45-
YUV41.26198.39102.85-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.90%
GREEN value IS 35 (14.06% from 255) = 16.91%
BLUE value IS 166 (65.23% from 255) = 80.19%
R=2.90%
G=16.91%
B=80.19%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal6351660.960.7900.35229.1293.0233.73
Hex623A6604F023e55d22
Octal64324614011704334513542
Binary11010001110100110110000010011110100011111001011011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0623A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0623A6; }

 p { color: rgb(6,35,166); }

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

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

 a { background-color: rgb(6,35,166); }

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

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

 span { border-color: rgb(6,35,166); }

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