Html Css Color HEX #668BCA Danube

📋 copy color: '#668BCA'

red 102 ◦ green 139 ◦ blue 202

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

Shades of Danube #668BCA

Tints of Danube #668BCA

RGB

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

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

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

R = 23.02%
G = 31.38%
B = 45.6%

CMYK

 C value IS 0.50

 M value IS 0.31

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#668BCA (or 0x668BCA) is known color: Danube. HEX triplet: 66, 8B and CA. RGB value is (102,139,202). Sum of RGB (Red+Green+Blue) = 102+139+202=443 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.02% from 443); Green value is 139 (54.69% from 255 or 31.38% from 443); Blue value is 202 (79.30% from 255 or 45.60% from 443); Max value from RGB is 202 - color contains mainly: blue. Hex color #668BCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668BCA is #997435. Grayscale: #868686. Windows color (decimal): -10056758 or 13273958. OLE color: 13273958.

HSL color Cylindrical-coordinate representation of color #668BCA: hue angle of 217.8º 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 #668BCA is Cyan = 0.50, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 102 139 202 -
CMYK 0.50 0.31 0 0.21
HSL 217.8º 0.49% 0.6% -
HSV(B) 217.8º 0.5% 0.79% -
XYZ 25.37 25.55 59.47 -
YUV 135.12 165.74 104.38 -
System Red Green Blue C M Y K H S L
Decimal 102 139 202 0.50 0.31 0 0.21 217.8 0.49 0.6
Hex 66 8B CA 32 1F 0 15 DA 31 3C
Octal 146 213 312 62 37 0 25 332 61 74
Binary 1100110 10001011 11001010 110010 11111 0 10101 11011010 110001 111100

Color Harmonies of #668BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668BCA

Black with #668BCA

Text Example


Text Example

White with #668BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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