Html Css Color HEX #668BD5 Danube

📋 copy color: '#668BD5'

red 102 ◦ green 139 ◦ blue 213

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

Shades of Danube #668BD5

Tints of Danube #668BD5

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.62%

 BLUE value IS 213 (83.59% from 255) = 46.92%

R = 22.47%
G = 30.62%
B = 46.92%

CMYK

 C value IS 0.52

 M value IS 0.35

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#668BD5 (or 0x668BD5) is known color: Danube. HEX triplet: 66, 8B and D5. RGB value is (102,139,213). Sum of RGB (Red+Green+Blue) = 102+139+213=454 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.47% from 454); Green value is 139 (54.69% from 255 or 30.62% from 454); Blue value is 213 (83.59% from 255 or 46.92% from 454); Max value from RGB is 213 - color contains mainly: blue. Hex color #668BD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668BD5 is #99742A. Grayscale: #888888. Windows color (decimal): -10056747 or 13994854. OLE color: 13994854.

HSL color Cylindrical-coordinate representation of color #668BD5: hue angle of 220º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #668BD5 is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 102 139 213 -
CMYK 0.52 0.35 0 0.16
HSL 220º 0.57% 0.62% -
HSV(B) 220º 0.52% 0.84% -
XYZ 26.72 26.09 66.58 -
YUV 136.37 171.24 103.48 -
System Red Green Blue C M Y K H S L
Decimal 102 139 213 0.52 0.35 0 0.16 220 0.57 0.62
Hex 66 8B D5 34 23 0 10 DC 39 3E
Octal 146 213 325 64 43 0 20 334 71 76
Binary 1100110 10001011 11010101 110100 100011 0 10000 11011100 111001 111110

Color Harmonies of #668BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668BD5

Black with #668BD5

Text Example


Text Example

White with #668BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,139,213); }

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

background-color css

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

 a { background-color: rgb(102,139,213); }

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

border-color css

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

 span { border-color: rgb(102,139,213); }

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