Html Css Color HEX #6CB1CD Seagull

📋 copy color: '#6CB1CD'

red 108 ◦ green 177 ◦ blue 205

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

Shades of Seagull #6CB1CD

Tints of Seagull #6CB1CD

RGB

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

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

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

R = 22.04%
G = 36.12%
B = 41.84%

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

#6CB1CD (or 0x6CB1CD) is known color: Seagull. HEX triplet: 6C, B1 and CD. RGB value is (108,177,205). Sum of RGB (Red+Green+Blue) = 108+177+205=490 (64% of max value = 765). Red value is 108 (42.58% from 255 or 22.04% from 490); Green value is 177 (69.53% from 255 or 36.12% from 490); Blue value is 205 (80.47% from 255 or 41.84% from 490); Max value from RGB is 205 - color contains mainly: blue. Hex color #6CB1CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CB1CD is #934E32. Grayscale: #9F9F9F. Windows color (decimal): -9653811 or 13480300. OLE color: 13480300.

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

Color convert

RGB 108 177 205 -
CMYK 0.47 0.14 0 0.20
HSL 197.32º 0.49% 0.61% -
HSV(B) 197.32º 0.47% 0.8% -
XYZ 32.93 39.04 63.56 -
YUV 159.56 153.64 91.22 -
System Red Green Blue C M Y K H S L
Decimal 108 177 205 0.47 0.14 0 0.20 197.32 0.49 0.61
Hex 6C B1 CD 2F E 0 14 C5 31 3D
Octal 154 261 315 57 16 0 24 305 61 75
Binary 1101100 10110001 11001101 101111 1110 0 10100 11000101 110001 111101

Color Harmonies of #6CB1CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CB1CD

Black with #6CB1CD

Text Example


Text Example

White with #6CB1CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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