Html Css Color HEX #6BC8D1 Spray

📋 copy color: '#6BC8D1'

red 107 ◦ green 200 ◦ blue 209

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

Shades of Spray #6BC8D1

Tints of Spray #6BC8D1

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.76%

 BLUE value IS 209 (82.03% from 255) = 40.5%

R = 20.74%
G = 38.76%
B = 40.5%

CMYK

 C value IS 0.49

 M value IS 0.04

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#6BC8D1 (or 0x6BC8D1) is known color: Spray. HEX triplet: 6B, C8 and D1. RGB value is (107,200,209). Sum of RGB (Red+Green+Blue) = 107+200+209=516 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.74% from 516); Green value is 200 (78.52% from 255 or 38.76% from 516); Blue value is 209 (82.03% from 255 or 40.50% from 516); Max value from RGB is 209 - color contains mainly: blue. Hex color #6BC8D1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BC8D1 is #94372E. Grayscale: #ADADAD. Windows color (decimal): -9713455 or 13748331. OLE color: 13748331.

HSL color Cylindrical-coordinate representation of color #6BC8D1: hue angle of 185.29º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6BC8D1 is Cyan = 0.49, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 107 200 209 -
CMYK 0.49 0.04 0 0.18
HSL 185.29º 0.53% 0.62% -
HSV(B) 185.29º 0.49% 0.82% -
XYZ 38.23 49.04 67.77 -
YUV 173.22 148.19 80.77 -
System Red Green Blue C M Y K H S L
Decimal 107 200 209 0.49 0.04 0 0.18 185.29 0.53 0.62
Hex 6B C8 D1 31 4 0 12 B9 35 3E
Octal 153 310 321 61 4 0 22 271 65 76
Binary 1101011 11001000 11010001 110001 100 0 10010 10111001 110101 111110

Color Harmonies of #6BC8D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BC8D1

Black with #6BC8D1

Text Example


Text Example

White with #6BC8D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,200,209); }

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

background-color css

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

 a { background-color: rgb(107,200,209); }

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

border-color css

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

 span { border-color: rgb(107,200,209); }

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