Html Css Color HEX #6BAECD Seagull

📋 copy color: '#6BAECD'

red 107 ◦ green 174 ◦ blue 205

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

Shades of Seagull #6BAECD

Tints of Seagull #6BAECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.18%

R = 22.02%
G = 35.8%
B = 42.18%

CMYK

 C value IS 0.48

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6BAECD (or 0x6BAECD) is known color: Seagull. HEX triplet: 6B, AE and CD. RGB value is (107,174,205). Sum of RGB (Red+Green+Blue) = 107+174+205=486 (64% of max value = 765). Red value is 107 (42.19% from 255 or 22.02% from 486); Green value is 174 (68.36% from 255 or 35.80% from 486); Blue value is 205 (80.47% from 255 or 42.18% from 486); Max value from RGB is 205 - color contains mainly: blue. Hex color #6BAECD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BAECD is #945132. Grayscale: #9D9D9D. Windows color (decimal): -9720115 or 13479531. OLE color: 13479531.

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

Color convert

RGB 107 174 205 -
CMYK 0.48 0.15 0 0.20
HSL 198.98º 0.49% 0.61% -
HSV(B) 198.98º 0.48% 0.8% -
XYZ 32.22 37.81 63.36 -
YUV 157.5 154.8 91.98 -
System Red Green Blue C M Y K H S L
Decimal 107 174 205 0.48 0.15 0 0.20 198.98 0.49 0.61
Hex 6B AE CD 30 F 0 14 C7 31 3D
Octal 153 256 315 60 17 0 24 307 61 75
Binary 1101011 10101110 11001101 110000 1111 0 10100 11000111 110001 111101

Color Harmonies of #6BAECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAECD

Black with #6BAECD

Text Example


Text Example

White with #6BAECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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