Html Css Color HEX #6CCFD0 Downy

📋 copy color: '#6CCFD0'

red 108 ◦ green 207 ◦ blue 208

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

Shades of Downy #6CCFD0

Tints of Downy #6CCFD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 39.77%

R = 20.65%
G = 39.58%
B = 39.77%

CMYK

 C value IS 0.48

 M value IS 0.00

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#6CCFD0 (or 0x6CCFD0) is known color: Downy. HEX triplet: 6C, CF and D0. RGB value is (108,207,208). Sum of RGB (Red+Green+Blue) = 108+207+208=523 (69% of max value = 765). Red value is 108 (42.58% from 255 or 20.65% from 523); Green value is 207 (81.25% from 255 or 39.58% from 523); Blue value is 208 (81.64% from 255 or 39.77% from 523); Max value from RGB is 208 - color contains mainly: blue. Hex color #6CCFD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCFD0 is #93302F. Grayscale: #B1B1B1. Windows color (decimal): -9646128 or 13684588. OLE color: 13684588.

HSL color Cylindrical-coordinate representation of color #6CCFD0: hue angle of 180.6º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6CCFD0 is Cyan = 0.48, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 108 207 208 -
CMYK 0.48 0.00 0 0.18
HSL 180.6º 0.52% 0.62% -
HSV(B) 180.6º 0.48% 0.82% -
XYZ 39.88 52.37 67.68 -
YUV 177.51 145.2 78.42 -
System Red Green Blue C M Y K H S L
Decimal 108 207 208 0.48 0.00 0 0.18 180.6 0.52 0.62
Hex 6C CF D0 30 0 0 12 B5 34 3E
Octal 154 317 320 60 0 0 22 265 64 76
Binary 1101100 11001111 11010000 110000 0 0 10010 10110101 110100 111110

Color Harmonies of #6CCFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CCFD0

Black with #6CCFD0

Text Example


Text Example

White with #6CCFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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