Html Css Color HEX #6DAACB Seagull

📋 copy color: '#6DAACB'

red 109 ◦ green 170 ◦ blue 203

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

Shades of Seagull #6DAACB

Tints of Seagull #6DAACB

RGB

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

 GREEN value IS 170 (66.8% from 255) = 35.27%

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

R = 22.61%
G = 35.27%
B = 42.12%

CMYK

 C value IS 0.46

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6DAACB (or 0x6DAACB) is known color: Seagull. HEX triplet: 6D, AA and CB. RGB value is (109,170,203). Sum of RGB (Red+Green+Blue) = 109+170+203=482 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.61% from 482); Green value is 170 (66.80% from 255 or 35.27% from 482); Blue value is 203 (79.69% from 255 or 42.12% from 482); Max value from RGB is 203 - color contains mainly: blue. Hex color #6DAACB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DAACB is #925534. Grayscale: #9B9B9B. Windows color (decimal): -9590069 or 13347437. OLE color: 13347437.

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

Color convert

RGB 109 170 203 -
CMYK 0.46 0.16 0 0.20
HSL 201.06º 0.47% 0.61% -
HSV(B) 201.06º 0.46% 0.8% -
XYZ 31.46 36.31 61.85 -
YUV 155.52 154.79 94.82 -
System Red Green Blue C M Y K H S L
Decimal 109 170 203 0.46 0.16 0 0.20 201.06 0.47 0.61
Hex 6D AA CB 2E 10 0 14 C9 2F 3D
Octal 155 252 313 56 20 0 24 311 57 75
Binary 1101101 10101010 11001011 101110 10000 0 10100 11001001 101111 111101

Color Harmonies of #6DAACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DAACB

Black with #6DAACB

Text Example


Text Example

White with #6DAACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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