Html Css Color HEX #6BC7DC Spray

📋 copy color: '#6BC7DC'

red 107 ◦ green 199 ◦ blue 220

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

Shades of Spray #6BC7DC

Tints of Spray #6BC7DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.83%

R = 20.34%
G = 37.83%
B = 41.83%

CMYK

 C value IS 0.51

 M value IS 0.10

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6BC7DC (or 0x6BC7DC) is known color: Spray. HEX triplet: 6B, C7 and DC. RGB value is (107,199,220). Sum of RGB (Red+Green+Blue) = 107+199+220=526 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.34% from 526); Green value is 199 (78.12% from 255 or 37.83% from 526); Blue value is 220 (86.33% from 255 or 41.83% from 526); Max value from RGB is 220 - color contains mainly: blue. Hex color #6BC7DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BC7DC is #943823. Grayscale: #ADADAD. Windows color (decimal): -9713700 or 14468971. OLE color: 14468971.

HSL color Cylindrical-coordinate representation of color #6BC7DC: hue angle of 191.15º degrees, saturation: 0.62, 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 #6BC7DC is Cyan = 0.51, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 107 199 220 -
CMYK 0.51 0.10 0 0.14
HSL 191.15º 0.62% 0.64% -
HSV(B) 191.15º 0.51% 0.86% -
XYZ 39.41 49.14 75.12 -
YUV 173.89 154.02 80.29 -
System Red Green Blue C M Y K H S L
Decimal 107 199 220 0.51 0.10 0 0.14 191.15 0.62 0.64
Hex 6B C7 DC 33 A 0 E BF 3E 40
Octal 153 307 334 63 12 0 16 277 76 100
Binary 1101011 11000111 11011100 110011 1010 0 1110 10111111 111110 1000000

Color Harmonies of #6BC7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BC7DC

Black with #6BC7DC

Text Example


Text Example

White with #6BC7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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