Html Css Color HEX #6BD0CF Downy

📋 copy color: '#6BD0CF'

red 107 ◦ green 208 ◦ blue 207

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

Shades of Downy #6BD0CF

Tints of Downy #6BD0CF

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.85%

 BLUE value IS 207 (81.25% from 255) = 39.66%

R = 20.5%
G = 39.85%
B = 39.66%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#6BD0CF (or 0x6BD0CF) is known color: Downy. HEX triplet: 6B, D0 and CF. RGB value is (107,208,207). Sum of RGB (Red+Green+Blue) = 107+208+207=522 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.50% from 522); Green value is 208 (81.64% from 255 or 39.85% from 522); Blue value is 207 (81.25% from 255 or 39.66% from 522); Max value from RGB is 208 - color contains mainly: green. Hex color #6BD0CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BD0CF is #942F30. Grayscale: #B1B1B1. Windows color (decimal): -9711409 or 13619307. OLE color: 13619307.

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

Color convert

RGB 107 208 207 -
CMYK 0.49 0 0.00 0.18
HSL 179.41º 0.52% 0.62% -
HSV(B) 179.41º 0.49% 0.82% -
XYZ 39.88 52.74 67.11 -
YUV 177.69 144.54 77.58 -
System Red Green Blue C M Y K H S L
Decimal 107 208 207 0.49 0 0.00 0.18 179.41 0.52 0.62
Hex 6B D0 CF 31 0 0 12 B3 34 3E
Octal 153 320 317 61 0 0 22 263 64 76
Binary 1101011 11010000 11001111 110001 0 0 10010 10110011 110100 111110

Color Harmonies of #6BD0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BD0CF

Black with #6BD0CF

Text Example


Text Example

White with #6BD0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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