Html Css Color HEX #6CAECB Seagull

📋 copy color: '#6CAECB'

red 108 ◦ green 174 ◦ blue 203

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

Shades of Seagull #6CAECB

Tints of Seagull #6CAECB

RGB

 RED value IS 108 (42.58% from 255) = 22.27%

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

 BLUE value IS 203 (79.69% from 255) = 41.86%

R = 22.27%
G = 35.88%
B = 41.86%

CMYK

 C value IS 0.47

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6CAECB (or 0x6CAECB) is known color: Seagull. HEX triplet: 6C, AE and CB. RGB value is (108,174,203). Sum of RGB (Red+Green+Blue) = 108+174+203=485 (64% of max value = 765). Red value is 108 (42.58% from 255 or 22.27% from 485); Green value is 174 (68.36% from 255 or 35.88% from 485); Blue value is 203 (79.69% from 255 or 41.86% from 485); Max value from RGB is 203 - color contains mainly: blue. Hex color #6CAECB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CAECB is #935134. Grayscale: #9D9D9D. Windows color (decimal): -9654581 or 13348460. OLE color: 13348460.

HSL color Cylindrical-coordinate representation of color #6CAECB: hue angle of 198.32º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6CAECB is Cyan = 0.47, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 108 174 203 -
CMYK 0.47 0.14 0 0.20
HSL 198.32º 0.48% 0.61% -
HSV(B) 198.32º 0.47% 0.8% -
XYZ 32.1 37.77 62.1 -
YUV 157.57 153.63 92.64 -
System Red Green Blue C M Y K H S L
Decimal 108 174 203 0.47 0.14 0 0.20 198.32 0.48 0.61
Hex 6C AE CB 2F E 0 14 C6 30 3D
Octal 154 256 313 57 16 0 24 306 60 75
Binary 1101100 10101110 11001011 101111 1110 0 10100 11000110 110000 111101

Color Harmonies of #6CAECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CAECB

Black with #6CAECB

Text Example


Text Example

White with #6CAECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,174,203); }

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

background-color css

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

 a { background-color: rgb(108,174,203); }

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

border-color css

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

 span { border-color: rgb(108,174,203); }

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