Html Css Color HEX #6CCBCD Downy

📋 copy color: '#6CCBCD'

red 108 ◦ green 203 ◦ blue 205

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

Shades of Downy #6CCBCD

Tints of Downy #6CCBCD

RGB

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

 GREEN value IS 203 (79.69% from 255) = 39.34%

 BLUE value IS 205 (80.47% from 255) = 39.73%

R = 20.93%
G = 39.34%
B = 39.73%

CMYK

 C value IS 0.47

 M value IS 0.01

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6CCBCD (or 0x6CCBCD) is known color: Downy. HEX triplet: 6C, CB and CD. RGB value is (108,203,205). Sum of RGB (Red+Green+Blue) = 108+203+205=516 (68% of max value = 765). Red value is 108 (42.58% from 255 or 20.93% from 516); Green value is 203 (79.69% from 255 or 39.34% from 516); Blue value is 205 (80.47% from 255 or 39.73% from 516); Max value from RGB is 205 - color contains mainly: blue. Hex color #6CCBCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCBCD is #933432. Grayscale: #AEAEAE. Windows color (decimal): -9647155 or 13486956. OLE color: 13486956.

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

Color convert

RGB 108 203 205 -
CMYK 0.47 0.01 0 0.20
HSL 181.24º 0.49% 0.61% -
HSV(B) 181.24º 0.47% 0.8% -
XYZ 38.56 50.31 65.44 -
YUV 174.82 145.03 80.34 -
System Red Green Blue C M Y K H S L
Decimal 108 203 205 0.47 0.01 0 0.20 181.24 0.49 0.61
Hex 6C CB CD 2F 1 0 14 B5 31 3D
Octal 154 313 315 57 1 0 24 265 61 75
Binary 1101100 11001011 11001101 101111 1 0 10100 10110101 110001 111101

Color Harmonies of #6CCBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CCBCD

Black with #6CCBCD

Text Example


Text Example

White with #6CCBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,203,205); }

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

background-color css

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

 a { background-color: rgb(108,203,205); }

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

border-color css

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

 span { border-color: rgb(108,203,205); }

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