Html Css Color HEX #6BAECE Seagull

📋 copy color: '#6BAECE'

red 107 ◦ green 174 ◦ blue 206

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

Shades of Seagull #6BAECE

Tints of Seagull #6BAECE

RGB

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

 GREEN value IS 174 (68.36% from 255) = 35.73%

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

R = 21.97%
G = 35.73%
B = 42.3%

CMYK

 C value IS 0.48

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6BAECE (or 0x6BAECE) is known color: Seagull. HEX triplet: 6B, AE and CE. RGB value is (107,174,206). Sum of RGB (Red+Green+Blue) = 107+174+206=487 (64% of max value = 765). Red value is 107 (42.19% from 255 or 21.97% from 487); Green value is 174 (68.36% from 255 or 35.73% from 487); Blue value is 206 (80.86% from 255 or 42.30% from 487); Max value from RGB is 206 - color contains mainly: blue. Hex color #6BAECE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BAECE is #945131. Grayscale: #9D9D9D. Windows color (decimal): -9720114 or 13545067. OLE color: 13545067.

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

Color convert

RGB 107 174 206 -
CMYK 0.48 0.16 0 0.19
HSL 199.39º 0.5% 0.61% -
HSV(B) 199.39º 0.48% 0.81% -
XYZ 32.34 37.85 63.99 -
YUV 157.62 155.3 91.9 -
System Red Green Blue C M Y K H S L
Decimal 107 174 206 0.48 0.16 0 0.19 199.39 0.5 0.61
Hex 6B AE CE 30 10 0 13 C7 32 3D
Octal 153 256 316 60 20 0 23 307 62 75
Binary 1101011 10101110 11001110 110000 10000 0 10011 11000111 110010 111101

Color Harmonies of #6BAECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAECE

Black with #6BAECE

Text Example


Text Example

White with #6BAECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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