Html Css Color HEX #6BDFD0 Downy

📋 copy color: '#6BDFD0'

red 107 ◦ green 223 ◦ blue 208

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

Shades of Downy #6BDFD0

Tints of Downy #6BDFD0

RGB

 RED value IS 107 (42.19% from 255) = 19.89%

 GREEN value IS 223 (87.5% from 255) = 41.45%

 BLUE value IS 208 (81.64% from 255) = 38.66%

R = 19.89%
G = 41.45%
B = 38.66%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#6BDFD0 (or 0x6BDFD0) is known color: Downy. HEX triplet: 6B, DF and D0. RGB value is (107,223,208). Sum of RGB (Red+Green+Blue) = 107+223+208=538 (71% of max value = 765). Red value is 107 (42.19% from 255 or 19.89% from 538); Green value is 223 (87.5% from 255 or 41.45% from 538); Blue value is 208 (81.64% from 255 or 38.66% from 538); Max value from RGB is 223 - color contains mainly: green. Hex color #6BDFD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BDFD0 is #94202F. Grayscale: #BABABA. Windows color (decimal): -9707568 or 13688683. OLE color: 13688683.

HSL color Cylindrical-coordinate representation of color #6BDFD0: hue angle of 172.24º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BDFD0 is Cyan = 0.52, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 107 223 208 -
CMYK 0.52 0 0.07 0.13
HSL 172.24º 0.64% 0.65% -
HSV(B) 172.24º 0.52% 0.87% -
XYZ 43.84 60.46 69.03 -
YUV 186.61 140.07 71.22 -
System Red Green Blue C M Y K H S L
Decimal 107 223 208 0.52 0 0.07 0.13 172.24 0.64 0.65
Hex 6B DF D0 34 0 7 D AC 40 41
Octal 153 337 320 64 0 7 15 254 100 101
Binary 1101011 11011111 11010000 110100 0 111 1101 10101100 1000000 1000001

Color Harmonies of #6BDFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BDFD0

Black with #6BDFD0

Text Example


Text Example

White with #6BDFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6BDFD0; }

 p { color: rgb(107,223,208); }

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

background-color css

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

 a { background-color: rgb(107,223,208); }

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

border-color css

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

 span { border-color: rgb(107,223,208); }

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