Html Css Color HEX #6DBDCE Seagull

📋 copy color: '#6DBDCE'

red 109 ◦ green 189 ◦ blue 206

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

Shades of Seagull #6DBDCE

Tints of Seagull #6DBDCE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 37.5%

 BLUE value IS 206 (80.86% from 255) = 40.87%

R = 21.63%
G = 37.5%
B = 40.87%

CMYK

 C value IS 0.47

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6DBDCE (or 0x6DBDCE) is known color: Seagull. HEX triplet: 6D, BD and CE. RGB value is (109,189,206). Sum of RGB (Red+Green+Blue) = 109+189+206=504 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.63% from 504); Green value is 189 (74.22% from 255 or 37.5% from 504); Blue value is 206 (80.86% from 255 or 40.87% from 504); Max value from RGB is 206 - color contains mainly: blue. Hex color #6DBDCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBDCE is #924231. Grayscale: #A6A6A6. Windows color (decimal): -9585202 or 13548909. OLE color: 13548909.

HSL color Cylindrical-coordinate representation of color #6DBDCE: hue angle of 190.52º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6DBDCE is Cyan = 0.47, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 109 189 206 -
CMYK 0.47 0.08 0 0.19
HSL 190.52º 0.5% 0.62% -
HSV(B) 190.52º 0.47% 0.81% -
XYZ 35.64 44.1 65.03 -
YUV 167.02 150 86.62 -
System Red Green Blue C M Y K H S L
Decimal 109 189 206 0.47 0.08 0 0.19 190.52 0.5 0.62
Hex 6D BD CE 2F 8 0 13 BF 32 3E
Octal 155 275 316 57 10 0 23 277 62 76
Binary 1101101 10111101 11001110 101111 1000 0 10011 10111111 110010 111110

Color Harmonies of #6DBDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DBDCE

Black with #6DBDCE

Text Example


Text Example

White with #6DBDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,189,206); }

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

background-color css

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

 a { background-color: rgb(109,189,206); }

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

border-color css

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

 span { border-color: rgb(109,189,206); }

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