Html Css Color HEX #6BC7CA Downy

📋 copy color: '#6BC7CA'

red 107 ◦ green 199 ◦ blue 202

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

Shades of Downy #6BC7CA

Tints of Downy #6BC7CA

RGB

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

 GREEN value IS 199 (78.13% from 255) = 39.17%

 BLUE value IS 202 (79.3% from 255) = 39.76%

R = 21.06%
G = 39.17%
B = 39.76%

CMYK

 C value IS 0.47

 M value IS 0.01

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6BC7CA (or 0x6BC7CA) is known color: Downy. HEX triplet: 6B, C7 and CA. RGB value is (107,199,202). Sum of RGB (Red+Green+Blue) = 107+199+202=508 (67% of max value = 765). Red value is 107 (42.19% from 255 or 21.06% from 508); Green value is 199 (78.12% from 255 or 39.17% from 508); Blue value is 202 (79.30% from 255 or 39.76% from 508); Max value from RGB is 202 - color contains mainly: blue. Hex color #6BC7CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BC7CA is #943835. Grayscale: #ABABAB. Windows color (decimal): -9713718 or 13289323. OLE color: 13289323.

HSL color Cylindrical-coordinate representation of color #6BC7CA: hue angle of 181.89º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6BC7CA is Cyan = 0.47, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 107 199 202 -
CMYK 0.47 0.01 0 0.21
HSL 181.89º 0.47% 0.61% -
HSV(B) 181.89º 0.47% 0.79% -
XYZ 37.15 48.24 63.23 -
YUV 171.83 145.02 81.76 -
System Red Green Blue C M Y K H S L
Decimal 107 199 202 0.47 0.01 0 0.21 181.89 0.47 0.61
Hex 6B C7 CA 2F 1 0 15 B6 2F 3D
Octal 153 307 312 57 1 0 25 266 57 75
Binary 1101011 11000111 11001010 101111 1 0 10101 10110110 101111 111101

Color Harmonies of #6BC7CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BC7CA

Black with #6BC7CA

Text Example


Text Example

White with #6BC7CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,199,202); }

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

background-color css

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

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

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

border-color css

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

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

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