#627FAF

Color #627FAF Danube (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Danube #627FAF

Tints of Danube #627FAF

Color information

#627FAF (or 0x627FAF) is unknown color: approx Danube. HEX triplet: 62, 7F and AF. RGB value is (98,127,175). Sum of RGB (Red+Green+Blue) = 98+127+175=400 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.5% from 400); Green value is 127 (50% from 255 or 31.75% from 400); Blue value is 175 (68.75% from 255 or 43.75% from 400); Max value from RGB is 175 - color contains mainly: blue. Hex color #627FAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627FAF is #9D8050. Grayscale: #7B7B7B. Windows color (decimal): -10322001 or 11501410. OLE color: 11501410.

HSL color Cylindrical-coordinate representation of color #627FAF: hue angle of 217.4º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #627FAF is Cyan = 0.44, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB98127175-
CMYK0.440.2700.31
HSL217.4º32.49%53.53%-
HSV(B)217.4º44%68.63%-
XYZ20.3620.8743.51-
YUV123.8156.89109.6-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.5%
GREEN value IS 127 (50% from 255) = 31.75%
BLUE value IS 175 (68.75% from 255) = 43.75%
R=24.5%
G=31.75%
B=43.75%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal981271750.440.2700.31217.432.4953.53
Hex627FAF2C1B01Fd92036
Octal14217725754330373314066
Binary11000101111111101011111011001101101111111011001100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627FAF; }

 p { color: rgb(98,127,175); }

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

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

 a { background-color: rgb(98,127,175); }

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

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

 span { border-color: rgb(98,127,175); }

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