Html Css Color HEX #668ACA Danube

📋 copy color: '#668ACA'

red 102 ◦ green 138 ◦ blue 202

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

Shades of Danube #668ACA

Tints of Danube #668ACA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 45.7%

R = 23.08%
G = 31.22%
B = 45.7%

CMYK

 C value IS 0.50

 M value IS 0.32

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#668ACA (or 0x668ACA) is known color: Danube. HEX triplet: 66, 8A and CA. RGB value is (102,138,202). Sum of RGB (Red+Green+Blue) = 102+138+202=442 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.08% from 442); Green value is 138 (54.30% from 255 or 31.22% from 442); Blue value is 202 (79.30% from 255 or 45.70% from 442); Max value from RGB is 202 - color contains mainly: blue. Hex color #668ACA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668ACA is #997535. Grayscale: #868686. Windows color (decimal): -10057014 or 13273702. OLE color: 13273702.

HSL color Cylindrical-coordinate representation of color #668ACA: hue angle of 218.4º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #668ACA is Cyan = 0.50, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 102 138 202 -
CMYK 0.50 0.32 0 0.21
HSL 218.4º 0.49% 0.6% -
HSV(B) 218.4º 0.5% 0.79% -
XYZ 25.23 25.27 59.42 -
YUV 134.53 166.07 104.8 -
System Red Green Blue C M Y K H S L
Decimal 102 138 202 0.50 0.32 0 0.21 218.4 0.49 0.6
Hex 66 8A CA 32 20 0 15 DA 31 3C
Octal 146 212 312 62 40 0 25 332 61 74
Binary 1100110 10001010 11001010 110010 100000 0 10101 11011010 110001 111100

Color Harmonies of #668ACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668ACA

Black with #668ACA

Text Example


Text Example

White with #668ACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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