Html Css Color HEX #6BAECF Seagull

📋 copy color: '#6BAECF'

red 107 ◦ green 174 ◦ blue 207

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

Shades of Seagull #6BAECF

Tints of Seagull #6BAECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.42%

R = 21.93%
G = 35.66%
B = 42.42%

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

#6BAECF (or 0x6BAECF) is known color: Seagull. HEX triplet: 6B, AE and CF. RGB value is (107,174,207). Sum of RGB (Red+Green+Blue) = 107+174+207=488 (64% of max value = 765). Red value is 107 (42.19% from 255 or 21.93% from 488); Green value is 174 (68.36% from 255 or 35.66% from 488); Blue value is 207 (81.25% from 255 or 42.42% from 488); Max value from RGB is 207 - color contains mainly: blue. Hex color #6BAECF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BAECF is #945130. Grayscale: #9D9D9D. Windows color (decimal): -9720113 or 13610603. OLE color: 13610603.

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

Color convert

RGB 107 174 207 -
CMYK 0.48 0.16 0 0.19
HSL 199.8º 0.51% 0.62% -
HSV(B) 199.8º 0.48% 0.81% -
XYZ 32.46 37.9 64.64 -
YUV 157.73 155.8 91.82 -
System Red Green Blue C M Y K H S L
Decimal 107 174 207 0.48 0.16 0 0.19 199.8 0.51 0.62
Hex 6B AE CF 30 10 0 13 C8 33 3E
Octal 153 256 317 60 20 0 23 310 63 76
Binary 1101011 10101110 11001111 110000 10000 0 10011 11001000 110011 111110

Color Harmonies of #6BAECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAECF

Black with #6BAECF

Text Example


Text Example

White with #6BAECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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