Html Css Color HEX #6BCDCD Downy

📋 copy color: '#6BCDCD'

red 107 ◦ green 205 ◦ blue 205

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

Shades of Downy #6BCDCD

Tints of Downy #6BCDCD

RGB

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

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

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

R = 20.7%
G = 39.65%
B = 39.65%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6BCDCD (or 0x6BCDCD) is known color: Downy. HEX triplet: 6B, CD and CD. RGB value is (107,205,205). Sum of RGB (Red+Green+Blue) = 107+205+205=517 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.70% from 517); Green value is 205 (80.47% from 255 or 39.65% from 517); Blue value is 205 (80.47% from 255 or 39.65% from 517); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #6BCDCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCDCD is #943232. Grayscale: #AFAFAF. Windows color (decimal): -9712179 or 13487467. OLE color: 13487467.

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

Color convert

RGB 107 205 205 -
CMYK 0.48 0 0 0.20
HSL 180º 0.49% 0.61% -
HSV(B) 180º 0.48% 0.8% -
XYZ 38.91 51.2 65.59 -
YUV 175.7 144.53 79 -
System Red Green Blue C M Y K H S L
Decimal 107 205 205 0.48 0 0 0.20 180 0.49 0.61
Hex 6B CD CD 30 0 0 14 B4 31 3D
Octal 153 315 315 60 0 0 24 264 61 75
Binary 1101011 11001101 11001101 110000 0 0 10100 10110100 110001 111101

Color Harmonies of #6BCDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BCDCD

Black with #6BCDCD

Text Example


Text Example

White with #6BCDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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