Html Css Color HEX #6DC4D8 Seagull

📋 copy color: '#6DC4D8'

red 109 ◦ green 196 ◦ blue 216

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

Shades of Seagull #6DC4D8

Tints of Seagull #6DC4D8

RGB

 RED value IS 109 (42.97% from 255) = 20.92%

 GREEN value IS 196 (76.95% from 255) = 37.62%

 BLUE value IS 216 (84.77% from 255) = 41.46%

R = 20.92%
G = 37.62%
B = 41.46%

CMYK

 C value IS 0.50

 M value IS 0.09

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6DC4D8 (or 0x6DC4D8) is known color: Seagull. HEX triplet: 6D, C4 and D8. RGB value is (109,196,216). Sum of RGB (Red+Green+Blue) = 109+196+216=521 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.92% from 521); Green value is 196 (76.95% from 255 or 37.62% from 521); Blue value is 216 (84.77% from 255 or 41.46% from 521); Max value from RGB is 216 - color contains mainly: blue. Hex color #6DC4D8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DC4D8 is #923B27. Grayscale: #ACACAC. Windows color (decimal): -9583400 or 14206061. OLE color: 14206061.

HSL color Cylindrical-coordinate representation of color #6DC4D8: hue angle of 191.21º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DC4D8 is Cyan = 0.50, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 109 196 216 -
CMYK 0.50 0.09 0 0.15
HSL 191.22º 0.58% 0.64% -
HSV(B) 191.22º 0.5% 0.85% -
XYZ 38.44 47.69 72.14 -
YUV 172.27 152.68 82.87 -
System Red Green Blue C M Y K H S L
Decimal 109 196 216 0.50 0.09 0 0.15 191.22 0.58 0.64
Hex 6D C4 D8 32 9 0 F BF 3A 40
Octal 155 304 330 62 11 0 17 277 72 100
Binary 1101101 11000100 11011000 110010 1001 0 1111 10111111 111010 1000000

Color Harmonies of #6DC4D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DC4D8

Black with #6DC4D8

Text Example


Text Example

White with #6DC4D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,196,216); }

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

background-color css

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

 a { background-color: rgb(109,196,216); }

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

border-color css

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

 span { border-color: rgb(109,196,216); }

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