Html Css Color HEX #6DB4CD Seagull

📋 copy color: '#6DB4CD'

red 109 ◦ green 180 ◦ blue 205

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

Shades of Seagull #6DB4CD

Tints of Seagull #6DB4CD

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.44%

 BLUE value IS 205 (80.47% from 255) = 41.5%

R = 22.06%
G = 36.44%
B = 41.5%

CMYK

 C value IS 0.47

 M value IS 0.12

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6DB4CD (or 0x6DB4CD) is known color: Seagull. HEX triplet: 6D, B4 and CD. RGB value is (109,180,205). Sum of RGB (Red+Green+Blue) = 109+180+205=494 (65% of max value = 765). Red value is 109 (42.97% from 255 or 22.06% from 494); Green value is 180 (70.70% from 255 or 36.44% from 494); Blue value is 205 (80.47% from 255 or 41.50% from 494); Max value from RGB is 205 - color contains mainly: blue. Hex color #6DB4CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DB4CD is #924B32. Grayscale: #A1A1A1. Windows color (decimal): -9587507 or 13481069. OLE color: 13481069.

HSL color Cylindrical-coordinate representation of color #6DB4CD: hue angle of 195.62º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6DB4CD is Cyan = 0.47, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 109 180 205 -
CMYK 0.47 0.12 0 0.20
HSL 195.63º 0.49% 0.62% -
HSV(B) 195.63º 0.47% 0.8% -
XYZ 33.65 40.3 63.76 -
YUV 161.62 152.48 90.47 -
System Red Green Blue C M Y K H S L
Decimal 109 180 205 0.47 0.12 0 0.20 195.63 0.49 0.62
Hex 6D B4 CD 2F C 0 14 C4 31 3E
Octal 155 264 315 57 14 0 24 304 61 76
Binary 1101101 10110100 11001101 101111 1100 0 10100 11000100 110001 111110

Color Harmonies of #6DB4CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DB4CD

Black with #6DB4CD

Text Example


Text Example

White with #6DB4CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,180,205); }

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

background-color css

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

 a { background-color: rgb(109,180,205); }

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

border-color css

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

 span { border-color: rgb(109,180,205); }

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