Html Css Color HEX #6BCAC1 Downy

📋 copy color: '#6BCAC1'

red 107 ◦ green 202 ◦ blue 193

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

Shades of Downy #6BCAC1

Tints of Downy #6BCAC1

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40.24%

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

R = 21.31%
G = 40.24%
B = 38.45%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.04

 K value IS 0.21

RGB Variations

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

Color information

#6BCAC1 (or 0x6BCAC1) is known color: Downy. HEX triplet: 6B, CA and C1. RGB value is (107,202,193). Sum of RGB (Red+Green+Blue) = 107+202+193=502 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.31% from 502); Green value is 202 (79.30% from 255 or 40.24% from 502); Blue value is 193 (75.78% from 255 or 38.45% from 502); Max value from RGB is 202 - color contains mainly: green. Hex color #6BCAC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCAC1 is #94353E. Grayscale: #ACACAC. Windows color (decimal): -9712959 or 12700267. OLE color: 12700267.

HSL color Cylindrical-coordinate representation of color #6BCAC1: hue angle of 174.32º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6BCAC1 is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB 107 202 193 -
CMYK 0.47 0 0.04 0.21
HSL 174.32º 0.47% 0.61% -
HSV(B) 174.32º 0.47% 0.79% -
XYZ 36.81 49.22 58.01 -
YUV 172.57 139.53 81.23 -
System Red Green Blue C M Y K H S L
Decimal 107 202 193 0.47 0 0.04 0.21 174.32 0.47 0.61
Hex 6B CA C1 2F 0 4 15 AE 2F 3D
Octal 153 312 301 57 0 4 25 256 57 75
Binary 1101011 11001010 11000001 101111 0 100 10101 10101110 101111 111101

Color Harmonies of #6BCAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BCAC1

Black with #6BCAC1

Text Example


Text Example

White with #6BCAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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