#6B90CF

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

Shades of Danube #6B90CF

Tints of Danube #6B90CF

Color information

#6B90CF (or 0x6B90CF) is unknown color: approx Danube. HEX triplet: 6B, 90 and CF. RGB value is (107,144,207). Sum of RGB (Red+Green+Blue) = 107+144+207=458 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.36% from 458); Green value is 144 (56.64% from 255 or 31.44% from 458); Blue value is 207 (81.25% from 255 or 45.20% from 458); Max value from RGB is 207 - color contains mainly: blue. Hex color #6B90CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B90CF is #946F30. Grayscale: #8B8B8B. Windows color (decimal): -9727793 or 13602923. OLE color: 13602923.

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

Color convert

RGB107144207-
CMYK0.480.3000.19
HSL217.8º51.02%61.57%-
HSV(B)217.8º48.31%81.18%-
XYZ27.327.5862.92-
YUV140.12165.74104.38-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 23.36%
GREEN value IS 144 (56.64% from 255) = 31.44%
BLUE value IS 207 (81.25% from 255) = 45.20%
R=23.36%
G=31.44%
B=45.20%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1071442070.480.3000.19217.851.0261.57
Hex6B90CF301E013da333e
Octal15322031760360233326376
Binary110101110010000110011111100001111001001111011010110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B90CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,144,207); }

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

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

 a { background-color: rgb(107,144,207); }

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

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

 span { border-color: rgb(107,144,207); }

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