Html Css Color HEX #6BDDC3 Downy

📋 copy color: '#6BDDC3'

red 107 ◦ green 221 ◦ blue 195

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

Shades of Downy #6BDDC3

Tints of Downy #6BDDC3

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.26%

 BLUE value IS 195 (76.56% from 255) = 37.28%

R = 20.46%
G = 42.26%
B = 37.28%

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

#6BDDC3 (or 0x6BDDC3) is known color: Downy. HEX triplet: 6B, DD and C3. RGB value is (107,221,195). Sum of RGB (Red+Green+Blue) = 107+221+195=523 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.46% from 523); Green value is 221 (86.72% from 255 or 42.26% from 523); Blue value is 195 (76.56% from 255 or 37.28% from 523); Max value from RGB is 221 - color contains mainly: green. Hex color #6BDDC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BDDC3 is #94223C. Grayscale: #B7B7B7. Windows color (decimal): -9708093 or 12836203. OLE color: 12836203.

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

Color convert

RGB 107 221 195 -
CMYK 0.52 0 0.12 0.13
HSL 166.32º 0.63% 0.64% -
HSV(B) 166.32º 0.52% 0.87% -
XYZ 41.77 58.78 60.77 -
YUV 183.95 134.23 73.11 -
System Red Green Blue C M Y K H S L
Decimal 107 221 195 0.52 0 0.12 0.13 166.32 0.63 0.64
Hex 6B DD C3 34 0 C D A6 3F 40
Octal 153 335 303 64 0 14 15 246 77 100
Binary 1101011 11011101 11000011 110100 0 1100 1101 10100110 111111 1000000

Color Harmonies of #6BDDC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BDDC3

Black with #6BDDC3

Text Example


Text Example

White with #6BDDC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,221,195); }

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

background-color css

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

 a { background-color: rgb(107,221,195); }

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

border-color css

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

 span { border-color: rgb(107,221,195); }

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