Html Css Color HEX #6DBCCB Seagull

📋 copy color: '#6DBCCB'

red 109 ◦ green 188 ◦ blue 203

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

Shades of Seagull #6DBCCB

Tints of Seagull #6DBCCB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.6%

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

R = 21.8%
G = 37.6%
B = 40.6%

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

#6DBCCB (or 0x6DBCCB) is known color: Seagull. HEX triplet: 6D, BC and CB. RGB value is (109,188,203). Sum of RGB (Red+Green+Blue) = 109+188+203=500 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.8% from 500); Green value is 188 (73.83% from 255 or 37.6% from 500); Blue value is 203 (79.69% from 255 or 40.6% from 500); Max value from RGB is 203 - color contains mainly: blue. Hex color #6DBCCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBCCB is #924334. Grayscale: #A5A5A5. Windows color (decimal): -9585461 or 13352045. OLE color: 13352045.

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

Color convert

RGB 109 188 203 -
CMYK 0.46 0.07 0 0.20
HSL 189.57º 0.47% 0.61% -
HSV(B) 189.57º 0.46% 0.8% -
XYZ 35.07 43.53 63.05 -
YUV 166.09 148.83 87.28 -
System Red Green Blue C M Y K H S L
Decimal 109 188 203 0.46 0.07 0 0.20 189.57 0.47 0.61
Hex 6D BC CB 2E 7 0 14 BE 2F 3D
Octal 155 274 313 56 7 0 24 276 57 75
Binary 1101101 10111100 11001011 101110 111 0 10100 10111110 101111 111101

Color Harmonies of #6DBCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DBCCB

Black with #6DBCCB

Text Example


Text Example

White with #6DBCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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