Html Css Color HEX #6DBECD Seagull

📋 copy color: '#6DBECD'

red 109 ◦ green 190 ◦ blue 205

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

Shades of Seagull #6DBECD

Tints of Seagull #6DBECD

RGB

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

 GREEN value IS 190 (74.61% from 255) = 37.7%

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

R = 21.63%
G = 37.7%
B = 40.67%

CMYK

 C value IS 0.47

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6DBECD (or 0x6DBECD) is known color: Seagull. HEX triplet: 6D, BE and CD. RGB value is (109,190,205). Sum of RGB (Red+Green+Blue) = 109+190+205=504 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.63% from 504); Green value is 190 (74.61% from 255 or 37.70% from 504); Blue value is 205 (80.47% from 255 or 40.67% from 504); Max value from RGB is 205 - color contains mainly: blue. Hex color #6DBECD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBECD is #924132. Grayscale: #A7A7A7. Windows color (decimal): -9584947 or 13483629. OLE color: 13483629.

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

Color convert

RGB 109 190 205 -
CMYK 0.47 0.07 0 0.20
HSL 189.38º 0.49% 0.62% -
HSV(B) 189.38º 0.47% 0.8% -
XYZ 35.74 44.49 64.46 -
YUV 167.49 149.16 86.28 -
System Red Green Blue C M Y K H S L
Decimal 109 190 205 0.47 0.07 0 0.20 189.38 0.49 0.62
Hex 6D BE CD 2F 7 0 14 BD 31 3E
Octal 155 276 315 57 7 0 24 275 61 76
Binary 1101101 10111110 11001101 101111 111 0 10100 10111101 110001 111110

Color Harmonies of #6DBECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DBECD

Black with #6DBECD

Text Example


Text Example

White with #6DBECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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