Html Css Color HEX #668CC8 Danube

📋 copy color: '#668CC8'

red 102 ◦ green 140 ◦ blue 200

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

Shades of Danube #668CC8

Tints of Danube #668CC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 45.25%

R = 23.08%
G = 31.67%
B = 45.25%

CMYK

 C value IS 0.49

 M value IS 0.3

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#668CC8 (or 0x668CC8) is known color: Danube. HEX triplet: 66, 8C and C8. RGB value is (102,140,200). Sum of RGB (Red+Green+Blue) = 102+140+200=442 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.08% from 442); Green value is 140 (55.08% from 255 or 31.67% from 442); Blue value is 200 (78.52% from 255 or 45.25% from 442); Max value from RGB is 200 - color contains mainly: blue. Hex color #668CC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668CC8 is #997337. Grayscale: #878787. Windows color (decimal): -10056504 or 13143142. OLE color: 13143142.

HSL color Cylindrical-coordinate representation of color #668CC8: hue angle of 216.73º degrees, saturation: 0.47, 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 #668CC8 is Cyan = 0.49, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 102 140 200 -
CMYK 0.49 0.3 0 0.22
HSL 216.73º 0.47% 0.59% -
HSV(B) 216.73º 0.49% 0.78% -
XYZ 25.28 25.75 58.28 -
YUV 135.48 164.41 104.12 -
System Red Green Blue C M Y K H S L
Decimal 102 140 200 0.49 0.3 0 0.22 216.73 0.47 0.59
Hex 66 8C C8 31 1E 0 16 D9 2F 3B
Octal 146 214 310 61 36 0 26 331 57 73
Binary 1100110 10001100 11001000 110001 11110 0 10110 11011001 101111 111011

Color Harmonies of #668CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668CC8

Black with #668CC8

Text Example


Text Example

White with #668CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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