Html Css Color HEX #6BDFC5 Downy

📋 copy color: '#6BDFC5'

red 107 ◦ green 223 ◦ blue 197

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

Shades of Downy #6BDFC5

Tints of Downy #6BDFC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 37.38%

R = 20.3%
G = 42.31%
B = 37.38%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#6BDFC5 (or 0x6BDFC5) is known color: Downy. HEX triplet: 6B, DF and C5. RGB value is (107,223,197). Sum of RGB (Red+Green+Blue) = 107+223+197=527 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.30% from 527); Green value is 223 (87.5% from 255 or 42.31% from 527); Blue value is 197 (77.34% from 255 or 37.38% from 527); Max value from RGB is 223 - color contains mainly: green. Hex color #6BDFC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BDFC5 is #94203A. Grayscale: #B9B9B9. Windows color (decimal): -9707579 or 12967787. OLE color: 12967787.

HSL color Cylindrical-coordinate representation of color #6BDFC5: hue angle of 166.55º 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 #6BDFC5 is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB 107 223 197 -
CMYK 0.52 0 0.12 0.13
HSL 166.55º 0.64% 0.65% -
HSV(B) 166.55º 0.52% 0.87% -
XYZ 42.53 59.93 62.15 -
YUV 185.35 134.57 72.11 -
System Red Green Blue C M Y K H S L
Decimal 107 223 197 0.52 0 0.12 0.13 166.55 0.64 0.65
Hex 6B DF C5 34 0 C D A7 40 41
Octal 153 337 305 64 0 14 15 247 100 101
Binary 1101011 11011111 11000101 110100 0 1100 1101 10100111 1000000 1000001

Color Harmonies of #6BDFC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BDFC5

Black with #6BDFC5

Text Example


Text Example

White with #6BDFC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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