Html Css Color HEX #6BAECC Seagull

📋 copy color: '#6BAECC'

red 107 ◦ green 174 ◦ blue 204

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

Shades of Seagull #6BAECC

Tints of Seagull #6BAECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.06%

R = 22.06%
G = 35.88%
B = 42.06%

CMYK

 C value IS 0.48

 M value IS 0.15

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6BAECC (or 0x6BAECC) is known color: Seagull. HEX triplet: 6B, AE and CC. RGB value is (107,174,204). Sum of RGB (Red+Green+Blue) = 107+174+204=485 (64% of max value = 765). Red value is 107 (42.19% from 255 or 22.06% from 485); Green value is 174 (68.36% from 255 or 35.88% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 204 - color contains mainly: blue. Hex color #6BAECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BAECC is #945133. Grayscale: #9D9D9D. Windows color (decimal): -9720116 or 13413995. OLE color: 13413995.

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

Color convert

RGB 107 174 204 -
CMYK 0.48 0.15 0 0.2
HSL 198.56º 0.49% 0.61% -
HSV(B) 198.56º 0.48% 0.8% -
XYZ 32.1 37.76 62.72 -
YUV 157.39 154.3 92.06 -
System Red Green Blue C M Y K H S L
Decimal 107 174 204 0.48 0.15 0 0.2 198.56 0.49 0.61
Hex 6B AE CC 30 F 0 14 C7 31 3D
Octal 153 256 314 60 17 0 24 307 61 75
Binary 1101011 10101110 11001100 110000 1111 0 10100 11000111 110001 111101

Color Harmonies of #6BAECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAECC

Black with #6BAECC

Text Example


Text Example

White with #6BAECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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