Html Css Color HEX #6990CE Danube

📋 copy color: '#6990CE'

red 105 ◦ green 144 ◦ blue 206

#6990CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Danube #6990CE

Tints of Danube #6990CE

RGB

 RED value IS 105 (41.41% from 255) = 23.08%

 GREEN value IS 144 (56.64% from 255) = 31.65%

 BLUE value IS 206 (80.86% from 255) = 45.27%

R = 23.08%
G = 31.65%
B = 45.27%

CMYK

 C value IS 0.49

 M value IS 0.30

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6990CE (or 0x6990CE) is known color: Danube. HEX triplet: 69, 90 and CE. RGB value is (105,144,206). Sum of RGB (Red+Green+Blue) = 105+144+206=455 (60% of max value = 765). Red value is 105 (41.41% from 255 or 23.08% from 455); Green value is 144 (56.64% from 255 or 31.65% from 455); Blue value is 206 (80.86% from 255 or 45.27% from 455); Max value from RGB is 206 - color contains mainly: blue. Hex color #6990CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6990CE is #966F31. Grayscale: #8B8B8B. Windows color (decimal): -9858866 or 13537385. OLE color: 13537385.

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

Color convert

RGB 105 144 206 -
CMYK 0.49 0.30 0 0.19
HSL 216.83º 0.51% 0.61% -
HSV(B) 216.83º 0.49% 0.81% -
XYZ 26.94 27.41 62.26 -
YUV 139.41 165.58 103.46 -
System Red Green Blue C M Y K H S L
Decimal 105 144 206 0.49 0.30 0 0.19 216.83 0.51 0.61
Hex 69 90 CE 31 1E 0 13 D9 33 3D
Octal 151 220 316 61 36 0 23 331 63 75
Binary 1101001 10010000 11001110 110001 11110 0 10011 11011001 110011 111101

Color Harmonies of #6990CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6990CE

Black with #6990CE

Text Example


Text Example

White with #6990CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6990CE; }

 p { color: rgb(105,144,206); }

 H1.HeaderClassName
 {
   color: #6990CE;
 }
 .AnyTagClassName
 {
   color: #6990CE;
 }
</style>

background-color css

<style>
 a { background-color: #6990CE; }

 a { background-color: rgb(105,144,206); }

 div.DivClassName
 {
   background-color: #6990CE;
 }
 .BgClassName
 {
   background-color: #6990CE;
 }
</style>

border-color css

<style>
 span { border-color: #6990CE; }

 span { border-color: rgb(105,144,206); }

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