Html Css Color HEX #6CCFB4 Downy

📋 copy color: '#6CCFB4'

red 108 ◦ green 207 ◦ blue 180

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

Shades of Downy #6CCFB4

Tints of Downy #6CCFB4

RGB

 RED value IS 108 (42.58% from 255) = 21.82%

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

 BLUE value IS 180 (70.7% from 255) = 36.36%

R = 21.82%
G = 41.82%
B = 36.36%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#6CCFB4 (or 0x6CCFB4) is known color: Downy. HEX triplet: 6C, CF and B4. RGB value is (108,207,180). Sum of RGB (Red+Green+Blue) = 108+207+180=495 (65% of max value = 765). Red value is 108 (42.58% from 255 or 21.82% from 495); Green value is 207 (81.25% from 255 or 41.82% from 495); Blue value is 180 (70.70% from 255 or 36.36% from 495); Max value from RGB is 207 - color contains mainly: green. Hex color #6CCFB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCFB4 is #93304B. Grayscale: #AEAEAE. Windows color (decimal): -9646156 or 11849580. OLE color: 11849580.

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

Color convert

RGB 108 207 180 -
CMYK 0.48 0 0.13 0.19
HSL 163.64º 0.51% 0.62% -
HSV(B) 163.64º 0.48% 0.81% -
XYZ 36.74 51.11 51.11 -
YUV 174.32 131.2 80.7 -
System Red Green Blue C M Y K H S L
Decimal 108 207 180 0.48 0 0.13 0.19 163.64 0.51 0.62
Hex 6C CF B4 30 0 D 13 A4 33 3E
Octal 154 317 264 60 0 15 23 244 63 76
Binary 1101100 11001111 10110100 110000 0 1101 10011 10100100 110011 111110

Color Harmonies of #6CCFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CCFB4

Black with #6CCFB4

Text Example


Text Example

White with #6CCFB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,207,180); }

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

background-color css

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

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

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

border-color css

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

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

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