Html Css Color HEX #6CABCA Seagull

📋 copy color: '#6CABCA'

red 108 ◦ green 171 ◦ blue 202

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

Shades of Seagull #6CABCA

Tints of Seagull #6CABCA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.55%

 BLUE value IS 202 (79.3% from 255) = 42%

R = 22.45%
G = 35.55%
B = 42%

CMYK

 C value IS 0.47

 M value IS 0.15

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6CABCA (or 0x6CABCA) is known color: Seagull. HEX triplet: 6C, AB and CA. RGB value is (108,171,202). Sum of RGB (Red+Green+Blue) = 108+171+202=481 (63% of max value = 765). Red value is 108 (42.58% from 255 or 22.45% from 481); Green value is 171 (67.19% from 255 or 35.55% from 481); Blue value is 202 (79.30% from 255 or 42.00% from 481); Max value from RGB is 202 - color contains mainly: blue. Hex color #6CABCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CABCA is #935435. Grayscale: #9B9B9B. Windows color (decimal): -9655350 or 13282156. OLE color: 13282156.

HSL color Cylindrical-coordinate representation of color #6CABCA: hue angle of 199.79º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6CABCA is Cyan = 0.47, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 108 171 202 -
CMYK 0.47 0.15 0 0.21
HSL 199.79º 0.47% 0.61% -
HSV(B) 199.79º 0.47% 0.79% -
XYZ 31.41 36.58 61.28 -
YUV 155.7 154.13 93.98 -
System Red Green Blue C M Y K H S L
Decimal 108 171 202 0.47 0.15 0 0.21 199.79 0.47 0.61
Hex 6C AB CA 2F F 0 15 C8 2F 3D
Octal 154 253 312 57 17 0 25 310 57 75
Binary 1101100 10101011 11001010 101111 1111 0 10101 11001000 101111 111101

Color Harmonies of #6CABCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CABCA

Black with #6CABCA

Text Example


Text Example

White with #6CABCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,171,202); }

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

background-color css

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

 a { background-color: rgb(108,171,202); }

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

border-color css

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

 span { border-color: rgb(108,171,202); }

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