Html Css Color HEX #668CBC Danube

📋 copy color: '#668CBC'

red 102 ◦ green 140 ◦ blue 188

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

Shades of Danube #668CBC

Tints of Danube #668CBC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.56%

 BLUE value IS 188 (73.83% from 255) = 43.72%

R = 23.72%
G = 32.56%
B = 43.72%

CMYK

 C value IS 0.46

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#668CBC (or 0x668CBC) is known color: Danube. HEX triplet: 66, 8C and BC. RGB value is (102,140,188). Sum of RGB (Red+Green+Blue) = 102+140+188=430 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.72% from 430); Green value is 140 (55.08% from 255 or 32.56% from 430); Blue value is 188 (73.83% from 255 or 43.72% from 430); Max value from RGB is 188 - color contains mainly: blue. Hex color #668CBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668CBC is #997343. Grayscale: #858585. Windows color (decimal): -10056516 or 12356710. OLE color: 12356710.

HSL color Cylindrical-coordinate representation of color #668CBC: hue angle of 213.49º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #668CBC is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 102 140 188 -
CMYK 0.46 0.26 0 0.26
HSL 213.49º 0.39% 0.57% -
HSV(B) 213.49º 0.46% 0.74% -
XYZ 23.93 25.21 51.18 -
YUV 134.11 158.41 105.1 -
System Red Green Blue C M Y K H S L
Decimal 102 140 188 0.46 0.26 0 0.26 213.49 0.39 0.57
Hex 66 8C BC 2E 1A 0 1A D5 27 39
Octal 146 214 274 56 32 0 32 325 47 71
Binary 1100110 10001100 10111100 101110 11010 0 11010 11010101 100111 111001

Color Harmonies of #668CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668CBC

Black with #668CBC

Text Example


Text Example

White with #668CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,140,188); }

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

background-color css

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

 a { background-color: rgb(102,140,188); }

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

border-color css

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

 span { border-color: rgb(102,140,188); }

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