Html Css Color HEX #668AC6 Danube

📋 copy color: '#668AC6'

red 102 ◦ green 138 ◦ blue 198

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

Shades of Danube #668AC6

Tints of Danube #668AC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 45.21%

R = 23.29%
G = 31.51%
B = 45.21%

CMYK

 C value IS 0.48

 M value IS 0.30

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#668AC6 (or 0x668AC6) is known color: Danube. HEX triplet: 66, 8A and C6. RGB value is (102,138,198). Sum of RGB (Red+Green+Blue) = 102+138+198=438 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.29% from 438); Green value is 138 (54.30% from 255 or 31.51% from 438); Blue value is 198 (77.73% from 255 or 45.21% from 438); Max value from RGB is 198 - color contains mainly: blue. Hex color #668AC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668AC6 is #997539. Grayscale: #858585. Windows color (decimal): -10057018 or 13011558. OLE color: 13011558.

HSL color Cylindrical-coordinate representation of color #668AC6: hue angle of 217.5º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #668AC6 is Cyan = 0.48, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 102 138 198 -
CMYK 0.48 0.30 0 0.22
HSL 217.5º 0.46% 0.59% -
HSV(B) 217.5º 0.48% 0.78% -
XYZ 24.76 25.08 56.96 -
YUV 134.08 164.07 105.12 -
System Red Green Blue C M Y K H S L
Decimal 102 138 198 0.48 0.30 0 0.22 217.5 0.46 0.59
Hex 66 8A C6 30 1E 0 16 DA 2E 3B
Octal 146 212 306 60 36 0 26 332 56 73
Binary 1100110 10001010 11000110 110000 11110 0 10110 11011010 101110 111011

Color Harmonies of #668AC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668AC6

Black with #668AC6

Text Example


Text Example

White with #668AC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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