Html Css Color HEX #668CBE Danube

📋 copy color: '#668CBE'

red 102 ◦ green 140 ◦ blue 190

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

Shades of Danube #668CBE

Tints of Danube #668CBE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.41%

 BLUE value IS 190 (74.61% from 255) = 43.98%

R = 23.61%
G = 32.41%
B = 43.98%

CMYK

 C value IS 0.46

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#668CBE (or 0x668CBE) is known color: Danube. HEX triplet: 66, 8C and BE. RGB value is (102,140,190). Sum of RGB (Red+Green+Blue) = 102+140+190=432 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.61% from 432); Green value is 140 (55.08% from 255 or 32.41% from 432); Blue value is 190 (74.61% from 255 or 43.98% from 432); Max value from RGB is 190 - color contains mainly: blue. Hex color #668CBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668CBE is #997341. Grayscale: #868686. Windows color (decimal): -10056514 or 12487782. OLE color: 12487782.

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

Color convert

RGB 102 140 190 -
CMYK 0.46 0.26 0 0.25
HSL 214.09º 0.4% 0.57% -
HSV(B) 214.09º 0.46% 0.75% -
XYZ 24.15 25.3 52.33 -
YUV 134.34 159.41 104.93 -
System Red Green Blue C M Y K H S L
Decimal 102 140 190 0.46 0.26 0 0.25 214.09 0.4 0.57
Hex 66 8C BE 2E 1A 0 19 D6 28 39
Octal 146 214 276 56 32 0 31 326 50 71
Binary 1100110 10001100 10111110 101110 11010 0 11001 11010110 101000 111001

Color Harmonies of #668CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668CBE

Black with #668CBE

Text Example


Text Example

White with #668CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,140,190); }

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

background-color css

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

 a { background-color: rgb(102,140,190); }

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

border-color css

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

 span { border-color: rgb(102,140,190); }

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