#0634AA

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

Shades of International Klein Blue #0634AA

Tints of International Klein Blue #0634AA

Color information

#0634AA (or 0x0634AA) is unknown color: approx International Klein Blue. HEX triplet: 06, 34 and AA. RGB value is (6,52,170). Sum of RGB (Red+Green+Blue) = 6+52+170=228 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.63% from 228); Green value is 52 (20.70% from 255 or 22.81% from 228); Blue value is 170 (66.80% from 255 or 74.56% from 228); Max value from RGB is 170 - color contains mainly: blue. Hex color #0634AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0634AA is #F9CB55. Grayscale: #333333. Windows color (decimal): -16370518 or 11154438. OLE color: 11154438.

HSL color Cylindrical-coordinate representation of color #0634AA: hue angle of 223.17º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0634AA is Cyan = 0.96, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB652170-
CMYK0.960.6900.33
HSL223.17º93.18%34.51%-
HSV(B)223.17º96.47%66.67%-
XYZ8.565.438.62-
YUV51.7194.7695.41-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.63%
GREEN value IS 52 (20.70% from 255) = 22.81%
BLUE value IS 170 (66.80% from 255) = 74.56%
R=2.63%
G=22.81%
B=74.56%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal6521700.960.6900.33223.1793.1834.51
Hex634AA6045021df5d23
Octal66425214010504133713543
Binary11011010010101010110000010001010100001110111111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0634AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0634AA; }

 p { color: rgb(6,52,170); }

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

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

 a { background-color: rgb(6,52,170); }

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

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

 span { border-color: rgb(6,52,170); }

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