Html Css Color HEX #6CB1CB Seagull

📋 copy color: '#6CB1CB'

red 108 ◦ green 177 ◦ blue 203

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

Shades of Seagull #6CB1CB

Tints of Seagull #6CB1CB

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.27%

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

R = 22.13%
G = 36.27%
B = 41.6%

CMYK

 C value IS 0.47

 M value IS 0.13

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6CB1CB (or 0x6CB1CB) is known color: Seagull. HEX triplet: 6C, B1 and CB. RGB value is (108,177,203). Sum of RGB (Red+Green+Blue) = 108+177+203=488 (64% of max value = 765). Red value is 108 (42.58% from 255 or 22.13% from 488); Green value is 177 (69.53% from 255 or 36.27% from 488); Blue value is 203 (79.69% from 255 or 41.60% from 488); Max value from RGB is 203 - color contains mainly: blue. Hex color #6CB1CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CB1CB is #934E34. Grayscale: #9F9F9F. Windows color (decimal): -9653813 or 13349228. OLE color: 13349228.

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

Color convert

RGB 108 177 203 -
CMYK 0.47 0.13 0 0.20
HSL 196.42º 0.48% 0.61% -
HSV(B) 196.42º 0.47% 0.8% -
XYZ 32.69 38.94 62.29 -
YUV 159.33 152.64 91.39 -
System Red Green Blue C M Y K H S L
Decimal 108 177 203 0.47 0.13 0 0.20 196.42 0.48 0.61
Hex 6C B1 CB 2F D 0 14 C4 30 3D
Octal 154 261 313 57 15 0 24 304 60 75
Binary 1101100 10110001 11001011 101111 1101 0 10100 11000100 110000 111101

Color Harmonies of #6CB1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CB1CB

Black with #6CB1CB

Text Example


Text Example

White with #6CB1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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