#0623B4

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

Shades of International Klein Blue #0623B4

Tints of International Klein Blue #0623B4

Color information

#0623B4 (or 0x0623B4) is unknown color: approx International Klein Blue. HEX triplet: 06, 23 and B4. RGB value is (6,35,180). Sum of RGB (Red+Green+Blue) = 6+35+180=221 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.71% from 221); Green value is 35 (14.06% from 255 or 15.84% from 221); Blue value is 180 (70.70% from 255 or 81.45% from 221); Max value from RGB is 180 - color contains mainly: blue. Hex color #0623B4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0623B4 is #F9DC4B. Grayscale: #2A2A2A. Windows color (decimal): -16374860 or 11805446. OLE color: 11805446.

HSL color Cylindrical-coordinate representation of color #0623B4: hue angle of 230º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0623B4 is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB635180-
CMYK0.970.8100.29
HSL230º93.55%36.47%-
HSV(B)230º96.67%70.59%-
XYZ8.914.5443.59-
YUV42.86205.39101.71-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.71%
GREEN value IS 35 (14.06% from 255) = 15.84%
BLUE value IS 180 (70.70% from 255) = 81.45%
R=2.71%
G=15.84%
B=81.45%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal6351800.970.8100.2923093.5536.47
Hex623B4615101De65e24
Octal64326414112103534613644
Binary1101000111011010011000011010001011101111001101011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0623B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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