Html Css Color HEX #D6697B Froly

📋 copy color: '#D6697B'

red 214 ◦ green 105 ◦ blue 123

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

Shades of Froly #D6697B

Tints of Froly #D6697B

RGB

 RED value IS 214 (83.98% from 255) = 48.42%

 GREEN value IS 105 (41.41% from 255) = 23.76%

 BLUE value IS 123 (48.44% from 255) = 27.83%

R = 48.42%
G = 23.76%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D6697B (or 0xD6697B) is known color: Froly. HEX triplet: D6, 69 and 7B. RGB value is (214,105,123). Sum of RGB (Red+Green+Blue) = 214+105+123=442 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.42% from 442); Green value is 105 (41.41% from 255 or 23.76% from 442); Blue value is 123 (48.44% from 255 or 27.83% from 442); Max value from RGB is 214 - color contains mainly: red. Hex color #D6697B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6697B is #299684. Grayscale: #8B8B8B. Windows color (decimal): -2725509 or 8088022. OLE color: 8088022.

HSL color Cylindrical-coordinate representation of color #D6697B: hue angle of 350.09º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D6697B is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 105 123 -
CMYK 0 0.51 0.43 0.16
HSL 350.09º 0.57% 0.63% -
HSV(B) 350.09º 0.51% 0.84% -
XYZ 36.36 25.83 21.81 -
YUV 139.64 118.61 181.04 -
System Red Green Blue C M Y K H S L
Decimal 214 105 123 0 0.51 0.43 0.16 350.09 0.57 0.63
Hex D6 69 7B 0 33 2B 10 15E 39 3F
Octal 326 151 173 0 63 53 20 536 71 77
Binary 11010110 1101001 1111011 0 110011 101011 10000 101011110 111001 111111

Color Harmonies of #D6697B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6697B

Black with #D6697B

Text Example


Text Example

White with #D6697B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6697B; }

 p { color: rgb(214,105,123); }

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

background-color css

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

 a { background-color: rgb(214,105,123); }

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

border-color css

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

 span { border-color: rgb(214,105,123); }

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