Html Css Color HEX #6BCDC3 Downy

📋 copy color: '#6BCDC3'

red 107 ◦ green 205 ◦ blue 195

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

Shades of Downy #6BCDC3

Tints of Downy #6BCDC3

RGB

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

 GREEN value IS 205 (80.47% from 255) = 40.43%

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

R = 21.1%
G = 40.43%
B = 38.46%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.05

 K value IS 0.20

RGB Variations

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

Color information

#6BCDC3 (or 0x6BCDC3) is known color: Downy. HEX triplet: 6B, CD and C3. RGB value is (107,205,195). Sum of RGB (Red+Green+Blue) = 107+205+195=507 (67% of max value = 765). Red value is 107 (42.19% from 255 or 21.10% from 507); Green value is 205 (80.47% from 255 or 40.43% from 507); Blue value is 195 (76.56% from 255 or 38.46% from 507); Max value from RGB is 205 - color contains mainly: green. Hex color #6BCDC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCDC3 is #94323C. Grayscale: #AEAEAE. Windows color (decimal): -9712189 or 12832107. OLE color: 12832107.

HSL color Cylindrical-coordinate representation of color #6BCDC3: hue angle of 173.88º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6BCDC3 is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.

Color convert

RGB 107 205 195 -
CMYK 0.48 0 0.05 0.20
HSL 173.88º 0.49% 0.61% -
HSV(B) 173.88º 0.48% 0.8% -
XYZ 37.75 50.73 59.43 -
YUV 174.56 139.53 79.81 -
System Red Green Blue C M Y K H S L
Decimal 107 205 195 0.48 0 0.05 0.20 173.88 0.49 0.61
Hex 6B CD C3 30 0 5 14 AE 31 3D
Octal 153 315 303 60 0 5 24 256 61 75
Binary 1101011 11001101 11000011 110000 0 101 10100 10101110 110001 111101

Color Harmonies of #6BCDC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BCDC3

Black with #6BCDC3

Text Example


Text Example

White with #6BCDC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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