Html Css Color HEX #6CBACB Seagull

📋 copy color: '#6CBACB'

red 108 ◦ green 186 ◦ blue 203

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

Shades of Seagull #6CBACB

Tints of Seagull #6CBACB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.42%

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

R = 21.73%
G = 37.42%
B = 40.85%

CMYK

 C value IS 0.47

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6CBACB (or 0x6CBACB) is known color: Seagull. HEX triplet: 6C, BA and CB. RGB value is (108,186,203). Sum of RGB (Red+Green+Blue) = 108+186+203=497 (65% of max value = 765). Red value is 108 (42.58% from 255 or 21.73% from 497); Green value is 186 (73.05% from 255 or 37.42% from 497); Blue value is 203 (79.69% from 255 or 40.85% from 497); Max value from RGB is 203 - color contains mainly: blue. Hex color #6CBACB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CBACB is #934534. Grayscale: #A4A4A4. Windows color (decimal): -9651509 or 13351532. OLE color: 13351532.

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

Color convert

RGB 108 186 203 -
CMYK 0.47 0.08 0 0.20
HSL 190.74º 0.48% 0.61% -
HSV(B) 190.74º 0.47% 0.8% -
XYZ 34.52 42.62 62.91 -
YUV 164.62 149.66 87.62 -
System Red Green Blue C M Y K H S L
Decimal 108 186 203 0.47 0.08 0 0.20 190.74 0.48 0.61
Hex 6C BA CB 2F 8 0 14 BF 30 3D
Octal 154 272 313 57 10 0 24 277 60 75
Binary 1101100 10111010 11001011 101111 1000 0 10100 10111111 110000 111101

Color Harmonies of #6CBACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CBACB

Black with #6CBACB

Text Example


Text Example

White with #6CBACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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