Html Css Color HEX #6DCFCF Downy

📋 copy color: '#6DCFCF'

red 109 ◦ green 207 ◦ blue 207

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

Shades of Downy #6DCFCF

Tints of Downy #6DCFCF

RGB

 RED value IS 109 (42.97% from 255) = 20.84%

 GREEN value IS 207 (81.25% from 255) = 39.58%

 BLUE value IS 207 (81.25% from 255) = 39.58%

R = 20.84%
G = 39.58%
B = 39.58%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6DCFCF (or 0x6DCFCF) is known color: Downy. HEX triplet: 6D, CF and CF. RGB value is (109,207,207). Sum of RGB (Red+Green+Blue) = 109+207+207=523 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.84% from 523); Green value is 207 (81.25% from 255 or 39.58% from 523); Blue value is 207 (81.25% from 255 or 39.58% from 523); Max value from RGB is 207 - color contains mainly: green, blue. Hex color #6DCFCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCFCF is #923030. Grayscale: #B1B1B1. Windows color (decimal): -9580593 or 13619053. OLE color: 13619053.

HSL color Cylindrical-coordinate representation of color #6DCFCF: hue angle of 180º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6DCFCF is Cyan = 0.47, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 109 207 207 -
CMYK 0.47 0 0 0.19
HSL 180º 0.51% 0.62% -
HSV(B) 180º 0.47% 0.81% -
XYZ 39.88 52.38 67.04 -
YUV 177.7 144.53 79 -
System Red Green Blue C M Y K H S L
Decimal 109 207 207 0.47 0 0 0.19 180 0.51 0.62
Hex 6D CF CF 2F 0 0 13 B4 33 3E
Octal 155 317 317 57 0 0 23 264 63 76
Binary 1101101 11001111 11001111 101111 0 0 10011 10110100 110011 111110

Color Harmonies of #6DCFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DCFCF

Black with #6DCFCF

Text Example


Text Example

White with #6DCFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,207,207); }

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

background-color css

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

 a { background-color: rgb(109,207,207); }

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

border-color css

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

 span { border-color: rgb(109,207,207); }

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