Html Css Color HEX #6DABC8 Seagull

📋 copy color: '#6DABC8'

red 109 ◦ green 171 ◦ blue 200

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

Shades of Seagull #6DABC8

Tints of Seagull #6DABC8

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.63%

 BLUE value IS 200 (78.52% from 255) = 41.67%

R = 22.71%
G = 35.63%
B = 41.67%

CMYK

 C value IS 0.46

 M value IS 0.14

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#6DABC8 (or 0x6DABC8) is known color: Seagull. HEX triplet: 6D, AB and C8. RGB value is (109,171,200). Sum of RGB (Red+Green+Blue) = 109+171+200=480 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.71% from 480); Green value is 171 (67.19% from 255 or 35.62% from 480); Blue value is 200 (78.52% from 255 or 41.67% from 480); Max value from RGB is 200 - color contains mainly: blue. Hex color #6DABC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DABC8 is #925437. Grayscale: #9B9B9B. Windows color (decimal): -9589816 or 13151085. OLE color: 13151085.

HSL color Cylindrical-coordinate representation of color #6DABC8: hue angle of 199.12º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6DABC8 is Cyan = 0.46, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 109 171 200 -
CMYK 0.46 0.14 0 0.22
HSL 199.12º 0.45% 0.61% -
HSV(B) 199.12º 0.46% 0.78% -
XYZ 31.29 36.55 60.05 -
YUV 155.77 152.96 94.64 -
System Red Green Blue C M Y K H S L
Decimal 109 171 200 0.46 0.14 0 0.22 199.12 0.45 0.61
Hex 6D AB C8 2E E 0 16 C7 2D 3D
Octal 155 253 310 56 16 0 26 307 55 75
Binary 1101101 10101011 11001000 101110 1110 0 10110 11000111 101101 111101

Color Harmonies of #6DABC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DABC8

Black with #6DABC8

Text Example


Text Example

White with #6DABC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,171,200); }

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

background-color css

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

 a { background-color: rgb(109,171,200); }

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

border-color css

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

 span { border-color: rgb(109,171,200); }

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