Html Css Color HEX #6CC1CA Seagull

📋 copy color: '#6CC1CA'

red 108 ◦ green 193 ◦ blue 202

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

Shades of Seagull #6CC1CA

Tints of Seagull #6CC1CA

RGB

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

 GREEN value IS 193 (75.78% from 255) = 38.37%

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

R = 21.47%
G = 38.37%
B = 40.16%

CMYK

 C value IS 0.47

 M value IS 0.04

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6CC1CA (or 0x6CC1CA) is known color: Seagull. HEX triplet: 6C, C1 and CA. RGB value is (108,193,202). Sum of RGB (Red+Green+Blue) = 108+193+202=503 (66% of max value = 765). Red value is 108 (42.58% from 255 or 21.47% from 503); Green value is 193 (75.78% from 255 or 38.37% from 503); Blue value is 202 (79.30% from 255 or 40.16% from 503); Max value from RGB is 202 - color contains mainly: blue. Hex color #6CC1CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CC1CA is #933E35. Grayscale: #A8A8A8. Windows color (decimal): -9649718 or 13287788. OLE color: 13287788.

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

Color convert

RGB 108 193 202 -
CMYK 0.47 0.04 0 0.21
HSL 185.74º 0.47% 0.61% -
HSV(B) 185.74º 0.47% 0.79% -
XYZ 35.91 45.59 62.78 -
YUV 168.61 146.84 84.77 -
System Red Green Blue C M Y K H S L
Decimal 108 193 202 0.47 0.04 0 0.21 185.74 0.47 0.61
Hex 6C C1 CA 2F 4 0 15 BA 2F 3D
Octal 154 301 312 57 4 0 25 272 57 75
Binary 1101100 11000001 11001010 101111 100 0 10101 10111010 101111 111101

Color Harmonies of #6CC1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CC1CA

Black with #6CC1CA

Text Example


Text Example

White with #6CC1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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