Html Css Color HEX #6BCFC4 Downy

📋 copy color: '#6BCFC4'

red 107 ◦ green 207 ◦ blue 196

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

Shades of Downy #6BCFC4

Tints of Downy #6BCFC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 38.43%

R = 20.98%
G = 40.59%
B = 38.43%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#6BCFC4 (or 0x6BCFC4) is known color: Downy. HEX triplet: 6B, CF and C4. RGB value is (107,207,196). Sum of RGB (Red+Green+Blue) = 107+207+196=510 (67% of max value = 765). Red value is 107 (42.19% from 255 or 20.98% from 510); Green value is 207 (81.25% from 255 or 40.59% from 510); Blue value is 196 (76.95% from 255 or 38.43% from 510); Max value from RGB is 207 - color contains mainly: green. Hex color #6BCFC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCFC4 is #94303B. Grayscale: #AFAFAF. Windows color (decimal): -9711676 or 12898155. OLE color: 12898155.

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

Color convert

RGB 107 207 196 -
CMYK 0.48 0 0.05 0.19
HSL 173.4º 0.51% 0.62% -
HSV(B) 173.4º 0.48% 0.81% -
XYZ 38.34 51.74 60.19 -
YUV 175.85 139.37 78.89 -
System Red Green Blue C M Y K H S L
Decimal 107 207 196 0.48 0 0.05 0.19 173.4 0.51 0.62
Hex 6B CF C4 30 0 5 13 AD 33 3E
Octal 153 317 304 60 0 5 23 255 63 76
Binary 1101011 11001111 11000100 110000 0 101 10011 10101101 110011 111110

Color Harmonies of #6BCFC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BCFC4

Black with #6BCFC4

Text Example


Text Example

White with #6BCFC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,207,196); }

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

background-color css

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

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

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

border-color css

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

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

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