Html Css Color HEX #6BDBCF Downy

📋 copy color: '#6BDBCF'

red 107 ◦ green 219 ◦ blue 207

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

Shades of Downy #6BDBCF

Tints of Downy #6BDBCF

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.09%

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

R = 20.08%
G = 41.09%
B = 38.84%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#6BDBCF (or 0x6BDBCF) is known color: Downy. HEX triplet: 6B, DB and CF. RGB value is (107,219,207). Sum of RGB (Red+Green+Blue) = 107+219+207=533 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20.08% from 533); Green value is 219 (85.94% from 255 or 41.09% from 533); Blue value is 207 (81.25% from 255 or 38.84% from 533); Max value from RGB is 219 - color contains mainly: green. Hex color #6BDBCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BDBCF is #942430. Grayscale: #B8B8B8. Windows color (decimal): -9708593 or 13622123. OLE color: 13622123.

HSL color Cylindrical-coordinate representation of color #6BDBCF: hue angle of 173.57º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6BDBCF is Cyan = 0.51, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 107 219 207 -
CMYK 0.51 0 0.05 0.14
HSL 173.57º 0.61% 0.64% -
HSV(B) 173.57º 0.51% 0.86% -
XYZ 42.66 58.29 68.04 -
YUV 184.14 140.89 72.98 -
System Red Green Blue C M Y K H S L
Decimal 107 219 207 0.51 0 0.05 0.14 173.57 0.61 0.64
Hex 6B DB CF 33 0 5 E AE 3D 40
Octal 153 333 317 63 0 5 16 256 75 100
Binary 1101011 11011011 11001111 110011 0 101 1110 10101110 111101 1000000

Color Harmonies of #6BDBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BDBCF

Black with #6BDBCF

Text Example


Text Example

White with #6BDBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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