Html Css Color HEX #6BCDD1 Spray

📋 copy color: '#6BCDD1'

red 107 ◦ green 205 ◦ blue 209

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

Shades of Spray #6BCDD1

Tints of Spray #6BCDD1

RGB

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

 GREEN value IS 205 (80.47% from 255) = 39.35%

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

R = 20.54%
G = 39.35%
B = 40.12%

CMYK

 C value IS 0.49

 M value IS 0.02

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#6BCDD1 (or 0x6BCDD1) is known color: Spray. HEX triplet: 6B, CD and D1. RGB value is (107,205,209). Sum of RGB (Red+Green+Blue) = 107+205+209=521 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.54% from 521); Green value is 205 (80.47% from 255 or 39.35% from 521); Blue value is 209 (82.03% from 255 or 40.12% from 521); Max value from RGB is 209 - color contains mainly: blue. Hex color #6BCDD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCDD1 is #94322E. Grayscale: #B0B0B0. Windows color (decimal): -9712175 or 13749611. OLE color: 13749611.

HSL color Cylindrical-coordinate representation of color #6BCDD1: hue angle of 182.35º 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 #6BCDD1 is Cyan = 0.49, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 107 205 209 -
CMYK 0.49 0.02 0 0.18
HSL 182.35º 0.53% 0.62% -
HSV(B) 182.35º 0.49% 0.82% -
XYZ 39.4 51.39 68.16 -
YUV 176.15 146.53 78.67 -
System Red Green Blue C M Y K H S L
Decimal 107 205 209 0.49 0.02 0 0.18 182.35 0.53 0.62
Hex 6B CD D1 31 2 0 12 B6 35 3E
Octal 153 315 321 61 2 0 22 266 65 76
Binary 1101011 11001101 11010001 110001 10 0 10010 10110110 110101 111110

Color Harmonies of #6BCDD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BCDD1

Black with #6BCDD1

Text Example


Text Example

White with #6BCDD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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