Html Css Color HEX #6BC6DC Spray

📋 copy color: '#6BC6DC'

red 107 ◦ green 198 ◦ blue 220

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

Shades of Spray #6BC6DC

Tints of Spray #6BC6DC

RGB

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

 GREEN value IS 198 (77.73% from 255) = 37.71%

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

R = 20.38%
G = 37.71%
B = 41.9%

CMYK

 C value IS 0.51

 M value IS 0.1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6BC6DC (or 0x6BC6DC) is known color: Spray. HEX triplet: 6B, C6 and DC. RGB value is (107,198,220). Sum of RGB (Red+Green+Blue) = 107+198+220=525 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.38% from 525); Green value is 198 (77.73% from 255 or 37.71% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 220 - color contains mainly: blue. Hex color #6BC6DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BC6DC is #943923. Grayscale: #ADADAD. Windows color (decimal): -9713956 or 14468715. OLE color: 14468715.

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

Color convert

RGB 107 198 220 -
CMYK 0.51 0.1 0 0.14
HSL 191.68º 0.62% 0.64% -
HSV(B) 191.68º 0.51% 0.86% -
XYZ 39.18 48.68 75.04 -
YUV 173.3 154.35 80.71 -
System Red Green Blue C M Y K H S L
Decimal 107 198 220 0.51 0.1 0 0.14 191.68 0.62 0.64
Hex 6B C6 DC 33 A 0 E C0 3E 40
Octal 153 306 334 63 12 0 16 300 76 100
Binary 1101011 11000110 11011100 110011 1010 0 1110 11000000 111110 1000000

Color Harmonies of #6BC6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BC6DC

Black with #6BC6DC

Text Example


Text Example

White with #6BC6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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