Html Css Color HEX #6DAACC Seagull

📋 copy color: '#6DAACC'

red 109 ◦ green 170 ◦ blue 204

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

Shades of Seagull #6DAACC

Tints of Seagull #6DAACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.24%

R = 22.57%
G = 35.2%
B = 42.24%

CMYK

 C value IS 0.47

 M value IS 0.17

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6DAACC (or 0x6DAACC) is known color: Seagull. HEX triplet: 6D, AA and CC. RGB value is (109,170,204). Sum of RGB (Red+Green+Blue) = 109+170+204=483 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.57% from 483); Green value is 170 (66.80% from 255 or 35.20% from 483); Blue value is 204 (80.08% from 255 or 42.24% from 483); Max value from RGB is 204 - color contains mainly: blue. Hex color #6DAACC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DAACC is #925533. Grayscale: #9B9B9B. Windows color (decimal): -9590068 or 13412973. OLE color: 13412973.

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

Color convert

RGB 109 170 204 -
CMYK 0.47 0.17 0 0.2
HSL 201.47º 0.48% 0.61% -
HSV(B) 201.47º 0.47% 0.8% -
XYZ 31.58 36.36 62.48 -
YUV 155.64 155.29 94.74 -
System Red Green Blue C M Y K H S L
Decimal 109 170 204 0.47 0.17 0 0.2 201.47 0.48 0.61
Hex 6D AA CC 2F 11 0 14 C9 30 3D
Octal 155 252 314 57 21 0 24 311 60 75
Binary 1101101 10101010 11001100 101111 10001 0 10100 11001001 110000 111101

Color Harmonies of #6DAACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DAACC

Black with #6DAACC

Text Example


Text Example

White with #6DAACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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