Html Css Color HEX #668ACF Danube

📋 copy color: '#668ACF'

red 102 ◦ green 138 ◦ blue 207

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

Shades of Danube #668ACF

Tints of Danube #668ACF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.87%

 BLUE value IS 207 (81.25% from 255) = 46.31%

R = 22.82%
G = 30.87%
B = 46.31%

CMYK

 C value IS 0.51

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#668ACF (or 0x668ACF) is known color: Danube. HEX triplet: 66, 8A and CF. RGB value is (102,138,207). Sum of RGB (Red+Green+Blue) = 102+138+207=447 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.82% from 447); Green value is 138 (54.30% from 255 or 30.87% from 447); Blue value is 207 (81.25% from 255 or 46.31% from 447); Max value from RGB is 207 - color contains mainly: blue. Hex color #668ACF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668ACF is #997530. Grayscale: #868686. Windows color (decimal): -10057009 or 13601382. OLE color: 13601382.

HSL color Cylindrical-coordinate representation of color #668ACF: hue angle of 219.43º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #668ACF is Cyan = 0.51, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 102 138 207 -
CMYK 0.51 0.33 0 0.19
HSL 219.43º 0.52% 0.61% -
HSV(B) 219.43º 0.51% 0.81% -
XYZ 25.83 25.51 62.59 -
YUV 135.1 168.57 104.39 -
System Red Green Blue C M Y K H S L
Decimal 102 138 207 0.51 0.33 0 0.19 219.43 0.52 0.61
Hex 66 8A CF 33 21 0 13 DB 34 3D
Octal 146 212 317 63 41 0 23 333 64 75
Binary 1100110 10001010 11001111 110011 100001 0 10011 11011011 110100 111101

Color Harmonies of #668ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668ACF

Black with #668ACF

Text Example


Text Example

White with #668ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,138,207); }

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

background-color css

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

 a { background-color: rgb(102,138,207); }

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

border-color css

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

 span { border-color: rgb(102,138,207); }

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