Html Css Color HEX #6BAACD Seagull

📋 copy color: '#6BAACD'

red 107 ◦ green 170 ◦ blue 205

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

Shades of Seagull #6BAACD

Tints of Seagull #6BAACD

RGB

 RED value IS 107 (42.19% from 255) = 22.2%

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

 BLUE value IS 205 (80.47% from 255) = 42.53%

R = 22.2%
G = 35.27%
B = 42.53%

CMYK

 C value IS 0.48

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6BAACD (or 0x6BAACD) is known color: Seagull. HEX triplet: 6B, AA and CD. RGB value is (107,170,205). Sum of RGB (Red+Green+Blue) = 107+170+205=482 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.20% from 482); Green value is 170 (66.80% from 255 or 35.27% from 482); Blue value is 205 (80.47% from 255 or 42.53% from 482); Max value from RGB is 205 - color contains mainly: blue. Hex color #6BAACD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BAACD is #945532. Grayscale: #9A9A9A. Windows color (decimal): -9721139 or 13478507. OLE color: 13478507.

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

Color convert

RGB 107 170 205 -
CMYK 0.48 0.17 0 0.20
HSL 201.43º 0.49% 0.61% -
HSV(B) 201.43º 0.48% 0.8% -
XYZ 31.46 36.28 63.1 -
YUV 155.15 156.13 93.65 -
System Red Green Blue C M Y K H S L
Decimal 107 170 205 0.48 0.17 0 0.20 201.43 0.49 0.61
Hex 6B AA CD 30 11 0 14 C9 31 3D
Octal 153 252 315 60 21 0 24 311 61 75
Binary 1101011 10101010 11001101 110000 10001 0 10100 11001001 110001 111101

Color Harmonies of #6BAACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAACD

Black with #6BAACD

Text Example


Text Example

White with #6BAACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,170,205); }

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

background-color css

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

 a { background-color: rgb(107,170,205); }

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

border-color css

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

 span { border-color: rgb(107,170,205); }

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