Html Css Color HEX #6DB5CD Seagull

📋 copy color: '#6DB5CD'

red 109 ◦ green 181 ◦ blue 205

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

Shades of Seagull #6DB5CD

Tints of Seagull #6DB5CD

RGB

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

 GREEN value IS 181 (71.09% from 255) = 36.57%

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

R = 22.02%
G = 36.57%
B = 41.41%

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

#6DB5CD (or 0x6DB5CD) is known color: Seagull. HEX triplet: 6D, B5 and CD. RGB value is (109,181,205). Sum of RGB (Red+Green+Blue) = 109+181+205=495 (65% of max value = 765). Red value is 109 (42.97% from 255 or 22.02% from 495); Green value is 181 (71.09% from 255 or 36.57% from 495); Blue value is 205 (80.47% from 255 or 41.41% from 495); Max value from RGB is 205 - color contains mainly: blue. Hex color #6DB5CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DB5CD is #924A32. Grayscale: #A2A2A2. Windows color (decimal): -9587251 or 13481325. OLE color: 13481325.

HSL color Cylindrical-coordinate representation of color #6DB5CD: hue angle of 195º 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 #6DB5CD is Cyan = 0.47, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 109 181 205 -
CMYK 0.47 0.12 0 0.20
HSL 195º 0.49% 0.62% -
HSV(B) 195º 0.47% 0.8% -
XYZ 33.85 40.71 63.83 -
YUV 162.21 152.15 90.05 -
System Red Green Blue C M Y K H S L
Decimal 109 181 205 0.47 0.12 0 0.20 195 0.49 0.62
Hex 6D B5 CD 2F C 0 14 C3 31 3E
Octal 155 265 315 57 14 0 24 303 61 76
Binary 1101101 10110101 11001101 101111 1100 0 10100 11000011 110001 111110

Color Harmonies of #6DB5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DB5CD

Black with #6DB5CD

Text Example


Text Example

White with #6DB5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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