Html Css Color HEX #668ABF Danube

📋 copy color: '#668ABF'

red 102 ◦ green 138 ◦ blue 191

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

Shades of Danube #668ABF

Tints of Danube #668ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 44.32%

R = 23.67%
G = 32.02%
B = 44.32%

CMYK

 C value IS 0.47

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#668ABF (or 0x668ABF) is known color: Danube. HEX triplet: 66, 8A and BF. RGB value is (102,138,191). Sum of RGB (Red+Green+Blue) = 102+138+191=431 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.67% from 431); Green value is 138 (54.30% from 255 or 32.02% from 431); Blue value is 191 (75% from 255 or 44.32% from 431); Max value from RGB is 191 - color contains mainly: blue. Hex color #668ABF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668ABF is #997540. Grayscale: #858585. Windows color (decimal): -10057025 or 12552806. OLE color: 12552806.

HSL color Cylindrical-coordinate representation of color #668ABF: hue angle of 215.73º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #668ABF is Cyan = 0.47, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 102 138 191 -
CMYK 0.47 0.28 0 0.25
HSL 215.73º 0.41% 0.57% -
HSV(B) 215.73º 0.47% 0.75% -
XYZ 23.97 24.76 52.81 -
YUV 133.28 160.57 105.69 -
System Red Green Blue C M Y K H S L
Decimal 102 138 191 0.47 0.28 0 0.25 215.73 0.41 0.57
Hex 66 8A BF 2F 1C 0 19 D8 29 39
Octal 146 212 277 57 34 0 31 330 51 71
Binary 1100110 10001010 10111111 101111 11100 0 11001 11011000 101001 111001

Color Harmonies of #668ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668ABF

Black with #668ABF

Text Example


Text Example

White with #668ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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