Html Css Color HEX #668ACD Danube

📋 copy color: '#668ACD'

red 102 ◦ green 138 ◦ blue 205

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

Shades of Danube #668ACD

Tints of Danube #668ACD

RGB

 RED value IS 102 (40.23% from 255) = 22.92%

 GREEN value IS 138 (54.3% from 255) = 31.01%

 BLUE value IS 205 (80.47% from 255) = 46.07%

R = 22.92%
G = 31.01%
B = 46.07%

CMYK

 C value IS 0.50

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#668ACD (or 0x668ACD) is known color: Danube. HEX triplet: 66, 8A and CD. RGB value is (102,138,205). Sum of RGB (Red+Green+Blue) = 102+138+205=445 (58% of max value = 765). Red value is 102 (40.23% from 255 or 22.92% from 445); Green value is 138 (54.30% from 255 or 31.01% from 445); Blue value is 205 (80.47% from 255 or 46.07% from 445); Max value from RGB is 205 - color contains mainly: blue. Hex color #668ACD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668ACD is #997532. Grayscale: #868686. Windows color (decimal): -10057011 or 13470310. OLE color: 13470310.

HSL color Cylindrical-coordinate representation of color #668ACD: hue angle of 219.03º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #668ACD is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 102 138 205 -
CMYK 0.50 0.33 0 0.20
HSL 219.03º 0.51% 0.6% -
HSV(B) 219.03º 0.5% 0.8% -
XYZ 25.59 25.41 61.31 -
YUV 134.87 167.57 104.55 -
System Red Green Blue C M Y K H S L
Decimal 102 138 205 0.50 0.33 0 0.20 219.03 0.51 0.6
Hex 66 8A CD 32 21 0 14 DB 33 3C
Octal 146 212 315 62 41 0 24 333 63 74
Binary 1100110 10001010 11001101 110010 100001 0 10100 11011011 110011 111100

Color Harmonies of #668ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668ACD

Black with #668ACD

Text Example


Text Example

White with #668ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668ACD; }

 p { color: rgb(102,138,205); }

 H1.HeaderClassName
 {
   color: #668ACD;
 }
 .AnyTagClassName
 {
   color: #668ACD;
 }
</style>

background-color css

<style>
 a { background-color: #668ACD; }

 a { background-color: rgb(102,138,205); }

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

border-color css

<style>
 span { border-color: #668ACD; }

 span { border-color: rgb(102,138,205); }

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