Html Css Color HEX #6DBDCB Seagull

📋 copy color: '#6DBDCB'

red 109 ◦ green 189 ◦ blue 203

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

Shades of Seagull #6DBDCB

Tints of Seagull #6DBDCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.52%

R = 21.76%
G = 37.72%
B = 40.52%

CMYK

 C value IS 0.46

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6DBDCB (or 0x6DBDCB) is known color: Seagull. HEX triplet: 6D, BD and CB. RGB value is (109,189,203). Sum of RGB (Red+Green+Blue) = 109+189+203=501 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.76% from 501); Green value is 189 (74.22% from 255 or 37.72% from 501); Blue value is 203 (79.69% from 255 or 40.52% from 501); Max value from RGB is 203 - color contains mainly: blue. Hex color #6DBDCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBDCB is #924234. Grayscale: #A6A6A6. Windows color (decimal): -9585205 or 13352301. OLE color: 13352301.

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

Color convert

RGB 109 189 203 -
CMYK 0.46 0.07 0 0.20
HSL 188.94º 0.47% 0.61% -
HSV(B) 188.94º 0.46% 0.8% -
XYZ 35.28 43.96 63.13 -
YUV 166.68 148.5 86.86 -
System Red Green Blue C M Y K H S L
Decimal 109 189 203 0.46 0.07 0 0.20 188.94 0.47 0.61
Hex 6D BD CB 2E 7 0 14 BD 2F 3D
Octal 155 275 313 56 7 0 24 275 57 75
Binary 1101101 10111101 11001011 101110 111 0 10100 10111101 101111 111101

Color Harmonies of #6DBDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DBDCB

Black with #6DBDCB

Text Example


Text Example

White with #6DBDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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