Html Css Color HEX #6BAACA Seagull

📋 copy color: '#6BAACA'

red 107 ◦ green 170 ◦ blue 202

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

Shades of Seagull #6BAACA

Tints of Seagull #6BAACA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.17%

R = 22.34%
G = 35.49%
B = 42.17%

CMYK

 C value IS 0.47

 M value IS 0.16

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6BAACA (or 0x6BAACA) is known color: Seagull. HEX triplet: 6B, AA and CA. RGB value is (107,170,202). Sum of RGB (Red+Green+Blue) = 107+170+202=479 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.34% from 479); Green value is 170 (66.80% from 255 or 35.49% from 479); Blue value is 202 (79.30% from 255 or 42.17% from 479); Max value from RGB is 202 - color contains mainly: blue. Hex color #6BAACA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BAACA is #945535. Grayscale: #9A9A9A. Windows color (decimal): -9721142 or 13281899. OLE color: 13281899.

HSL color Cylindrical-coordinate representation of color #6BAACA: hue angle of 200.21º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6BAACA is Cyan = 0.47, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 107 170 202 -
CMYK 0.47 0.16 0 0.21
HSL 200.21º 0.47% 0.61% -
HSV(B) 200.21º 0.47% 0.79% -
XYZ 31.1 36.14 61.21 -
YUV 154.81 154.63 93.9 -
System Red Green Blue C M Y K H S L
Decimal 107 170 202 0.47 0.16 0 0.21 200.21 0.47 0.61
Hex 6B AA CA 2F 10 0 15 C8 2F 3D
Octal 153 252 312 57 20 0 25 310 57 75
Binary 1101011 10101010 11001010 101111 10000 0 10101 11001000 101111 111101

Color Harmonies of #6BAACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAACA

Black with #6BAACA

Text Example


Text Example

White with #6BAACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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