Html Css Color HEX #6DACCC Seagull

📋 copy color: '#6DACCC'

red 109 ◦ green 172 ◦ blue 204

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

Shades of Seagull #6DACCC

Tints of Seagull #6DACCC

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.46%

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

R = 22.47%
G = 35.46%
B = 42.06%

CMYK

 C value IS 0.47

 M value IS 0.16

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6DACCC (or 0x6DACCC) is known color: Seagull. HEX triplet: 6D, AC and CC. RGB value is (109,172,204). Sum of RGB (Red+Green+Blue) = 109+172+204=485 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.47% from 485); Green value is 172 (67.58% from 255 or 35.46% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 204 - color contains mainly: blue. Hex color #6DACCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DACCC is #925333. Grayscale: #9C9C9C. Windows color (decimal): -9589556 or 13413485. OLE color: 13413485.

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

Color convert

RGB 109 172 204 -
CMYK 0.47 0.16 0 0.2
HSL 200.21º 0.48% 0.61% -
HSV(B) 200.21º 0.47% 0.8% -
XYZ 31.96 37.12 62.61 -
YUV 156.81 154.63 93.9 -
System Red Green Blue C M Y K H S L
Decimal 109 172 204 0.47 0.16 0 0.2 200.21 0.48 0.61
Hex 6D AC CC 2F 10 0 14 C8 30 3D
Octal 155 254 314 57 20 0 24 310 60 75
Binary 1101101 10101100 11001100 101111 10000 0 10100 11001000 110000 111101

Color Harmonies of #6DACCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DACCC

Black with #6DACCC

Text Example


Text Example

White with #6DACCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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