Html Css Color HEX #668ABC Danube

📋 copy color: '#668ABC'

red 102 ◦ green 138 ◦ blue 188

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

Shades of Danube #668ABC

Tints of Danube #668ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.93%

R = 23.83%
G = 32.24%
B = 43.93%

CMYK

 C value IS 0.46

 M value IS 0.27

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#668ABC (or 0x668ABC) is known color: Danube. HEX triplet: 66, 8A and BC. RGB value is (102,138,188). Sum of RGB (Red+Green+Blue) = 102+138+188=428 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.83% from 428); Green value is 138 (54.30% from 255 or 32.24% from 428); Blue value is 188 (73.83% from 255 or 43.93% from 428); Max value from RGB is 188 - color contains mainly: blue. Hex color #668ABC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668ABC is #997543. Grayscale: #848484. Windows color (decimal): -10057028 or 12356198. OLE color: 12356198.

HSL color Cylindrical-coordinate representation of color #668ABC: hue angle of 214.88º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #668ABC is Cyan = 0.46, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 102 138 188 -
CMYK 0.46 0.27 0 0.26
HSL 214.88º 0.39% 0.57% -
HSV(B) 214.88º 0.46% 0.74% -
XYZ 23.65 24.63 51.09 -
YUV 132.94 159.07 105.93 -
System Red Green Blue C M Y K H S L
Decimal 102 138 188 0.46 0.27 0 0.26 214.88 0.39 0.57
Hex 66 8A BC 2E 1B 0 1A D7 27 39
Octal 146 212 274 56 33 0 32 327 47 71
Binary 1100110 10001010 10111100 101110 11011 0 11010 11010111 100111 111001

Color Harmonies of #668ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668ABC

Black with #668ABC

Text Example


Text Example

White with #668ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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