Html Css Color HEX #6CBCCB Seagull

📋 copy color: '#6CBCCB'

red 108 ◦ green 188 ◦ blue 203

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

Shades of Seagull #6CBCCB

Tints of Seagull #6CBCCB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.68%

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

R = 21.64%
G = 37.68%
B = 40.68%

CMYK

 C value IS 0.47

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6CBCCB (or 0x6CBCCB) is known color: Seagull. HEX triplet: 6C, BC and CB. RGB value is (108,188,203). Sum of RGB (Red+Green+Blue) = 108+188+203=499 (66% of max value = 765). Red value is 108 (42.58% from 255 or 21.64% from 499); Green value is 188 (73.83% from 255 or 37.68% from 499); Blue value is 203 (79.69% from 255 or 40.68% from 499); Max value from RGB is 203 - color contains mainly: blue. Hex color #6CBCCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CBCCB is #934334. Grayscale: #A5A5A5. Windows color (decimal): -9650997 or 13352044. OLE color: 13352044.

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

Color convert

RGB 108 188 203 -
CMYK 0.47 0.07 0 0.20
HSL 189.47º 0.48% 0.61% -
HSV(B) 189.47º 0.47% 0.8% -
XYZ 34.95 43.47 63.05 -
YUV 165.79 149 86.78 -
System Red Green Blue C M Y K H S L
Decimal 108 188 203 0.47 0.07 0 0.20 189.47 0.48 0.61
Hex 6C BC CB 2F 7 0 14 BD 30 3D
Octal 154 274 313 57 7 0 24 275 60 75
Binary 1101100 10111100 11001011 101111 111 0 10100 10111101 110000 111101

Color Harmonies of #6CBCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CBCCB

Black with #6CBCCB

Text Example


Text Example

White with #6CBCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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