Html Css Color HEX #6BAACC Seagull

📋 copy color: '#6BAACC'

red 107 ◦ green 170 ◦ blue 204

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

Shades of Seagull #6BAACC

Tints of Seagull #6BAACC

RGB

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

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

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

R = 22.25%
G = 35.34%
B = 42.41%

CMYK

 C value IS 0.48

 M value IS 0.17

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6BAACC (or 0x6BAACC) is known color: Seagull. HEX triplet: 6B, AA and CC. RGB value is (107,170,204). Sum of RGB (Red+Green+Blue) = 107+170+204=481 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.25% from 481); Green value is 170 (66.80% from 255 or 35.34% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 204 - color contains mainly: blue. Hex color #6BAACC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BAACC is #945533. Grayscale: #9A9A9A. Windows color (decimal): -9721140 or 13412971. OLE color: 13412971.

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

Color convert

RGB 107 170 204 -
CMYK 0.48 0.17 0 0.2
HSL 201.03º 0.49% 0.61% -
HSV(B) 201.03º 0.48% 0.8% -
XYZ 31.34 36.23 62.47 -
YUV 155.04 155.63 93.74 -
System Red Green Blue C M Y K H S L
Decimal 107 170 204 0.48 0.17 0 0.2 201.03 0.49 0.61
Hex 6B AA CC 30 11 0 14 C9 31 3D
Octal 153 252 314 60 21 0 24 311 61 75
Binary 1101011 10101010 11001100 110000 10001 0 10100 11001001 110001 111101

Color Harmonies of #6BAACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAACC

Black with #6BAACC

Text Example


Text Example

White with #6BAACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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