Html Css Color HEX #668FBF Danube

📋 copy color: '#668FBF'

red 102 ◦ green 143 ◦ blue 191

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

Shades of Danube #668FBF

Tints of Danube #668FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 43.81%

R = 23.39%
G = 32.8%
B = 43.81%

CMYK

 C value IS 0.47

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#668FBF (or 0x668FBF) is known color: Danube. HEX triplet: 66, 8F and BF. RGB value is (102,143,191). Sum of RGB (Red+Green+Blue) = 102+143+191=436 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.39% from 436); Green value is 143 (56.25% from 255 or 32.80% from 436); Blue value is 191 (75% from 255 or 43.81% from 436); Max value from RGB is 191 - color contains mainly: blue. Hex color #668FBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668FBF is #997040. Grayscale: #878787. Windows color (decimal): -10055745 or 12554086. OLE color: 12554086.

HSL color Cylindrical-coordinate representation of color #668FBF: hue angle of 212.36º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #668FBF is Cyan = 0.47, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 102 143 191 -
CMYK 0.47 0.25 0 0.25
HSL 212.36º 0.41% 0.57% -
HSV(B) 212.36º 0.47% 0.75% -
XYZ 24.71 26.23 53.05 -
YUV 136.21 158.92 103.6 -
System Red Green Blue C M Y K H S L
Decimal 102 143 191 0.47 0.25 0 0.25 212.36 0.41 0.57
Hex 66 8F BF 2F 19 0 19 D4 29 39
Octal 146 217 277 57 31 0 31 324 51 71
Binary 1100110 10001111 10111111 101111 11001 0 11001 11010100 101001 111001

Color Harmonies of #668FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668FBF

Black with #668FBF

Text Example


Text Example

White with #668FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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