Html Css Color HEX #6BCFCB Downy

📋 copy color: '#6BCFCB'

red 107 ◦ green 207 ◦ blue 203

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

Shades of Downy #6BCFCB

Tints of Downy #6BCFCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.26%

R = 20.7%
G = 40.04%
B = 39.26%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#6BCFCB (or 0x6BCFCB) is known color: Downy. HEX triplet: 6B, CF and CB. RGB value is (107,207,203). Sum of RGB (Red+Green+Blue) = 107+207+203=517 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.70% from 517); Green value is 207 (81.25% from 255 or 40.04% from 517); Blue value is 203 (79.69% from 255 or 39.26% from 517); Max value from RGB is 207 - color contains mainly: green. Hex color #6BCFCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCFCB is #943034. Grayscale: #B0B0B0. Windows color (decimal): -9711669 or 13356907. OLE color: 13356907.

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

Color convert

RGB 107 207 203 -
CMYK 0.48 0 0.02 0.19
HSL 177.6º 0.51% 0.62% -
HSV(B) 177.6º 0.48% 0.81% -
XYZ 39.16 52.06 64.49 -
YUV 176.64 142.87 78.33 -
System Red Green Blue C M Y K H S L
Decimal 107 207 203 0.48 0 0.02 0.19 177.6 0.51 0.62
Hex 6B CF CB 30 0 2 13 B2 33 3E
Octal 153 317 313 60 0 2 23 262 63 76
Binary 1101011 11001111 11001011 110000 0 10 10011 10110010 110011 111110

Color Harmonies of #6BCFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BCFCB

Black with #6BCFCB

Text Example


Text Example

White with #6BCFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,207,203); }

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

background-color css

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

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

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

border-color css

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

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

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