Html Css Color HEX #6BAACE Seagull

📋 copy color: '#6BAACE'

red 107 ◦ green 170 ◦ blue 206

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

Shades of Seagull #6BAACE

Tints of Seagull #6BAACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.65%

R = 22.15%
G = 35.2%
B = 42.65%

CMYK

 C value IS 0.48

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6BAACE (or 0x6BAACE) is known color: Seagull. HEX triplet: 6B, AA and CE. RGB value is (107,170,206). Sum of RGB (Red+Green+Blue) = 107+170+206=483 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.15% from 483); Green value is 170 (66.80% from 255 or 35.20% from 483); Blue value is 206 (80.86% from 255 or 42.65% from 483); Max value from RGB is 206 - color contains mainly: blue. Hex color #6BAACE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BAACE is #945531. Grayscale: #9B9B9B. Windows color (decimal): -9721138 or 13544043. OLE color: 13544043.

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

Color convert

RGB 107 170 206 -
CMYK 0.48 0.17 0 0.19
HSL 201.82º 0.5% 0.61% -
HSV(B) 201.82º 0.48% 0.81% -
XYZ 31.58 36.33 63.74 -
YUV 155.27 156.63 93.57 -
System Red Green Blue C M Y K H S L
Decimal 107 170 206 0.48 0.17 0 0.19 201.82 0.5 0.61
Hex 6B AA CE 30 11 0 13 CA 32 3D
Octal 153 252 316 60 21 0 23 312 62 75
Binary 1101011 10101010 11001110 110000 10001 0 10011 11001010 110010 111101

Color Harmonies of #6BAACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAACE

Black with #6BAACE

Text Example


Text Example

White with #6BAACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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