Html Css Color HEX #6BCFC1 Downy

📋 copy color: '#6BCFC1'

red 107 ◦ green 207 ◦ blue 193

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

Shades of Downy #6BCFC1

Tints of Downy #6BCFC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 38.07%

R = 21.1%
G = 40.83%
B = 38.07%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#6BCFC1 (or 0x6BCFC1) is known color: Downy. HEX triplet: 6B, CF and C1. RGB value is (107,207,193). Sum of RGB (Red+Green+Blue) = 107+207+193=507 (67% of max value = 765). Red value is 107 (42.19% from 255 or 21.10% from 507); Green value is 207 (81.25% from 255 or 40.83% from 507); Blue value is 193 (75.78% from 255 or 38.07% from 507); Max value from RGB is 207 - color contains mainly: green. Hex color #6BCFC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCFC1 is #94303E. Grayscale: #AFAFAF. Windows color (decimal): -9711679 or 12701547. OLE color: 12701547.

HSL color Cylindrical-coordinate representation of color #6BCFC1: hue angle of 171.6º 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 #6BCFC1 is Cyan = 0.48, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB 107 207 193 -
CMYK 0.48 0 0.07 0.19
HSL 171.6º 0.51% 0.62% -
HSV(B) 171.6º 0.48% 0.81% -
XYZ 38 51.6 58.41 -
YUV 175.5 137.87 79.14 -
System Red Green Blue C M Y K H S L
Decimal 107 207 193 0.48 0 0.07 0.19 171.6 0.51 0.62
Hex 6B CF C1 30 0 7 13 AC 33 3E
Octal 153 317 301 60 0 7 23 254 63 76
Binary 1101011 11001111 11000001 110000 0 111 10011 10101100 110011 111110

Color Harmonies of #6BCFC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BCFC1

Black with #6BCFC1

Text Example


Text Example

White with #6BCFC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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