Html Css Color HEX #668BC7 Danube

📋 copy color: '#668BC7'

red 102 ◦ green 139 ◦ blue 199

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

Shades of Danube #668BC7

Tints of Danube #668BC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 45.23%

R = 23.18%
G = 31.59%
B = 45.23%

CMYK

 C value IS 0.49

 M value IS 0.30

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#668BC7 (or 0x668BC7) is known color: Danube. HEX triplet: 66, 8B and C7. RGB value is (102,139,199). Sum of RGB (Red+Green+Blue) = 102+139+199=440 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.18% from 440); Green value is 139 (54.69% from 255 or 31.59% from 440); Blue value is 199 (78.12% from 255 or 45.23% from 440); Max value from RGB is 199 - color contains mainly: blue. Hex color #668BC7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668BC7 is #997438. Grayscale: #868686. Windows color (decimal): -10056761 or 13077350. OLE color: 13077350.

HSL color Cylindrical-coordinate representation of color #668BC7: hue angle of 217.11º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #668BC7 is Cyan = 0.49, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 102 139 199 -
CMYK 0.49 0.30 0 0.22
HSL 217.11º 0.46% 0.59% -
HSV(B) 217.11º 0.49% 0.78% -
XYZ 25.02 25.41 57.62 -
YUV 134.78 164.24 104.62 -
System Red Green Blue C M Y K H S L
Decimal 102 139 199 0.49 0.30 0 0.22 217.11 0.46 0.59
Hex 66 8B C7 31 1E 0 16 D9 2E 3B
Octal 146 213 307 61 36 0 26 331 56 73
Binary 1100110 10001011 11000111 110001 11110 0 10110 11011001 101110 111011

Color Harmonies of #668BC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668BC7

Black with #668BC7

Text Example


Text Example

White with #668BC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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