Html Css Color HEX #668CCB Danube

📋 copy color: '#668CCB'

red 102 ◦ green 140 ◦ blue 203

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

Shades of Danube #668CCB

Tints of Danube #668CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.62%

R = 22.92%
G = 31.46%
B = 45.62%

CMYK

 C value IS 0.50

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#668CCB (or 0x668CCB) is known color: Danube. HEX triplet: 66, 8C and CB. RGB value is (102,140,203). Sum of RGB (Red+Green+Blue) = 102+140+203=445 (58% of max value = 765). Red value is 102 (40.23% from 255 or 22.92% from 445); Green value is 140 (55.08% from 255 or 31.46% from 445); Blue value is 203 (79.69% from 255 or 45.62% from 445); Max value from RGB is 203 - color contains mainly: blue. Hex color #668CCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668CCB is #997334. Grayscale: #878787. Windows color (decimal): -10056501 or 13339750. OLE color: 13339750.

HSL color Cylindrical-coordinate representation of color #668CCB: hue angle of 217.43º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #668CCB is Cyan = 0.50, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 102 140 203 -
CMYK 0.50 0.31 0 0.20
HSL 217.43º 0.49% 0.6% -
HSV(B) 217.43º 0.5% 0.8% -
XYZ 25.64 25.89 60.15 -
YUV 135.82 165.91 103.88 -
System Red Green Blue C M Y K H S L
Decimal 102 140 203 0.50 0.31 0 0.20 217.43 0.49 0.6
Hex 66 8C CB 32 1F 0 14 D9 31 3C
Octal 146 214 313 62 37 0 24 331 61 74
Binary 1100110 10001100 11001011 110010 11111 0 10100 11011001 110001 111100

Color Harmonies of #668CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668CCB

Black with #668CCB

Text Example


Text Example

White with #668CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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