Html Css Color HEX #668BCF Danube

📋 copy color: '#668BCF'

red 102 ◦ green 139 ◦ blue 207

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

Shades of Danube #668BCF

Tints of Danube #668BCF

RGB

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

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

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

R = 22.77%
G = 31.03%
B = 46.21%

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

#668BCF (or 0x668BCF) is known color: Danube. HEX triplet: 66, 8B and CF. RGB value is (102,139,207). Sum of RGB (Red+Green+Blue) = 102+139+207=448 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.77% from 448); Green value is 139 (54.69% from 255 or 31.03% from 448); Blue value is 207 (81.25% from 255 or 46.21% from 448); Max value from RGB is 207 - color contains mainly: blue. Hex color #668BCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668BCF is #997430. Grayscale: #878787. Windows color (decimal): -10056753 or 13601638. OLE color: 13601638.

HSL color Cylindrical-coordinate representation of color #668BCF: hue angle of 218.86º 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 #668BCF is Cyan = 0.51, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 102 139 207 -
CMYK 0.51 0.33 0 0.19
HSL 218.86º 0.52% 0.61% -
HSV(B) 218.86º 0.51% 0.81% -
XYZ 25.97 25.8 62.64 -
YUV 135.69 168.24 103.97 -
System Red Green Blue C M Y K H S L
Decimal 102 139 207 0.51 0.33 0 0.19 218.86 0.52 0.61
Hex 66 8B CF 33 21 0 13 DB 34 3D
Octal 146 213 317 63 41 0 23 333 64 75
Binary 1100110 10001011 11001111 110011 100001 0 10011 11011011 110100 111101

Color Harmonies of #668BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668BCF

Black with #668BCF

Text Example


Text Example

White with #668BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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