Html Css Color HEX #6BCECF Downy

📋 copy color: '#6BCECF'

red 107 ◦ green 206 ◦ blue 207

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

Shades of Downy #6BCECF

Tints of Downy #6BCECF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 39.62%

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

R = 20.58%
G = 39.62%
B = 39.81%

CMYK

 C value IS 0.48

 M value IS 0.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6BCECF (or 0x6BCECF) is known color: Downy. HEX triplet: 6B, CE and CF. RGB value is (107,206,207). Sum of RGB (Red+Green+Blue) = 107+206+207=520 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.58% from 520); Green value is 206 (80.86% from 255 or 39.62% from 520); Blue value is 207 (81.25% from 255 or 39.81% from 520); Max value from RGB is 207 - color contains mainly: blue. Hex color #6BCECF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCECF is #943130. Grayscale: #B0B0B0. Windows color (decimal): -9711921 or 13618795. OLE color: 13618795.

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

Color convert

RGB 107 206 207 -
CMYK 0.48 0.00 0 0.19
HSL 180.6º 0.51% 0.62% -
HSV(B) 180.6º 0.48% 0.81% -
XYZ 39.4 51.77 66.95 -
YUV 176.51 145.2 78.42 -
System Red Green Blue C M Y K H S L
Decimal 107 206 207 0.48 0.00 0 0.19 180.6 0.51 0.62
Hex 6B CE CF 30 0 0 13 B5 33 3E
Octal 153 316 317 60 0 0 23 265 63 76
Binary 1101011 11001110 11001111 110000 0 0 10011 10110101 110011 111110

Color Harmonies of #6BCECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BCECF

Black with #6BCECF

Text Example


Text Example

White with #6BCECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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