#6F90CD

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

Shades of Danube #6F90CD

Tints of Danube #6F90CD

Color information

#6F90CD (or 0x6F90CD) is unknown color: approx Danube. HEX triplet: 6F, 90 and CD. RGB value is (111,144,205). Sum of RGB (Red+Green+Blue) = 111+144+205=460 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.13% from 460); Green value is 144 (56.64% from 255 or 31.30% from 460); Blue value is 205 (80.47% from 255 or 44.57% from 460); Max value from RGB is 205 - color contains mainly: blue. Hex color #6F90CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F90CD is #906F32. Grayscale: #8C8C8C. Windows color (decimal): -9465651 or 13471855. OLE color: 13471855.

HSL color Cylindrical-coordinate representation of color #6F90CD: hue angle of 218.94º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6F90CD is Cyan = 0.46, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB111144205-
CMYK0.460.3000.20
HSL218.94º48.45%61.96%-
HSV(B)218.94º45.85%80.39%-
XYZ27.5527.7361.66-
YUV141.09164.07106.54-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 24.13%
GREEN value IS 144 (56.64% from 255) = 31.30%
BLUE value IS 205 (80.47% from 255) = 44.57%
R=24.13%
G=31.30%
B=44.57%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1111442050.460.3000.20218.9448.4561.96
Hex6F90CD2E1E014db303e
Octal15722031556360243336076
Binary110111110010000110011011011101111001010011011011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F90CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F90CD; }

 p { color: rgb(111,144,205); }

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

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

 a { background-color: rgb(111,144,205); }

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

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

 span { border-color: rgb(111,144,205); }

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