Html Css Color HEX #668CCE Danube

📋 copy color: '#668CCE'

red 102 ◦ green 140 ◦ blue 206

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

Shades of Danube #668CCE

Tints of Danube #668CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.98%

R = 22.77%
G = 31.25%
B = 45.98%

CMYK

 C value IS 0.50

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#668CCE (or 0x668CCE) is known color: Danube. HEX triplet: 66, 8C and CE. RGB value is (102,140,206). Sum of RGB (Red+Green+Blue) = 102+140+206=448 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.77% from 448); Green value is 140 (55.08% from 255 or 31.25% from 448); Blue value is 206 (80.86% from 255 or 45.98% from 448); Max value from RGB is 206 - color contains mainly: blue. Hex color #668CCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668CCE is #997331. Grayscale: #878787. Windows color (decimal): -10056498 or 13536358. OLE color: 13536358.

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

Color convert

RGB 102 140 206 -
CMYK 0.50 0.32 0 0.19
HSL 218.08º 0.51% 0.6% -
HSV(B) 218.08º 0.5% 0.81% -
XYZ 26 26.04 62.05 -
YUV 136.16 167.41 103.63 -
System Red Green Blue C M Y K H S L
Decimal 102 140 206 0.50 0.32 0 0.19 218.08 0.51 0.6
Hex 66 8C CE 32 20 0 13 DA 33 3C
Octal 146 214 316 62 40 0 23 332 63 74
Binary 1100110 10001100 11001110 110010 100000 0 10011 11011010 110011 111100

Color Harmonies of #668CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668CCE

Black with #668CCE

Text Example


Text Example

White with #668CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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