Html Css Color HEX #6BCAD9 Spray

📋 copy color: '#6BCAD9'

red 107 ◦ green 202 ◦ blue 217

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

Shades of Spray #6BCAD9

Tints of Spray #6BCAD9

RGB

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

 GREEN value IS 202 (79.3% from 255) = 38.4%

 BLUE value IS 217 (85.16% from 255) = 41.25%

R = 20.34%
G = 38.4%
B = 41.25%

CMYK

 C value IS 0.51

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6BCAD9 (or 0x6BCAD9) is known color: Spray. HEX triplet: 6B, CA and D9. RGB value is (107,202,217). Sum of RGB (Red+Green+Blue) = 107+202+217=526 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.34% from 526); Green value is 202 (79.30% from 255 or 38.40% from 526); Blue value is 217 (85.16% from 255 or 41.25% from 526); Max value from RGB is 217 - color contains mainly: blue. Hex color #6BCAD9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCAD9 is #943526. Grayscale: #AFAFAF. Windows color (decimal): -9712935 or 14273131. OLE color: 14273131.

HSL color Cylindrical-coordinate representation of color #6BCAD9: hue angle of 188.18º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6BCAD9 is Cyan = 0.51, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 107 202 217 -
CMYK 0.51 0.07 0 0.15
HSL 188.18º 0.59% 0.64% -
HSV(B) 188.18º 0.51% 0.85% -
XYZ 39.71 50.38 73.28 -
YUV 175.31 151.53 79.28 -
System Red Green Blue C M Y K H S L
Decimal 107 202 217 0.51 0.07 0 0.15 188.18 0.59 0.64
Hex 6B CA D9 33 7 0 F BC 3B 40
Octal 153 312 331 63 7 0 17 274 73 100
Binary 1101011 11001010 11011001 110011 111 0 1111 10111100 111011 1000000

Color Harmonies of #6BCAD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BCAD9

Black with #6BCAD9

Text Example


Text Example

White with #6BCAD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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