Html Css Color HEX #668FCA Danube

📋 copy color: '#668FCA'

red 102 ◦ green 143 ◦ blue 202

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

Shades of Danube #668FCA

Tints of Danube #668FCA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.99%

 BLUE value IS 202 (79.3% from 255) = 45.19%

R = 22.82%
G = 31.99%
B = 45.19%

CMYK

 C value IS 0.50

 M value IS 0.29

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#668FCA (or 0x668FCA) is known color: Danube. HEX triplet: 66, 8F and CA. RGB value is (102,143,202). Sum of RGB (Red+Green+Blue) = 102+143+202=447 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.82% from 447); Green value is 143 (56.25% from 255 or 31.99% from 447); Blue value is 202 (79.30% from 255 or 45.19% from 447); Max value from RGB is 202 - color contains mainly: blue. Hex color #668FCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668FCA is #997035. Grayscale: #898989. Windows color (decimal): -10055734 or 13274982. OLE color: 13274982.

HSL color Cylindrical-coordinate representation of color #668FCA: hue angle of 215.4º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #668FCA is Cyan = 0.50, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 102 143 202 -
CMYK 0.50 0.29 0 0.21
HSL 215.4º 0.49% 0.6% -
HSV(B) 215.4º 0.5% 0.79% -
XYZ 25.96 26.73 59.67 -
YUV 137.47 164.42 102.7 -
System Red Green Blue C M Y K H S L
Decimal 102 143 202 0.50 0.29 0 0.21 215.4 0.49 0.6
Hex 66 8F CA 32 1D 0 15 D7 31 3C
Octal 146 217 312 62 35 0 25 327 61 74
Binary 1100110 10001111 11001010 110010 11101 0 10101 11010111 110001 111100

Color Harmonies of #668FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668FCA

Black with #668FCA

Text Example


Text Example

White with #668FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,143,202); }

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

background-color css

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

 a { background-color: rgb(102,143,202); }

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

border-color css

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

 span { border-color: rgb(102,143,202); }

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