Html Css Color HEX #6BC2CA Seagull

📋 copy color: '#6BC2CA'

red 107 ◦ green 194 ◦ blue 202

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

Shades of Seagull #6BC2CA

Tints of Seagull #6BC2CA

RGB

 RED value IS 107 (42.19% from 255) = 21.27%

 GREEN value IS 194 (76.17% from 255) = 38.57%

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

R = 21.27%
G = 38.57%
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

#6BC2CA (or 0x6BC2CA) is known color: Seagull. HEX triplet: 6B, C2 and CA. RGB value is (107,194,202). Sum of RGB (Red+Green+Blue) = 107+194+202=503 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.27% from 503); Green value is 194 (76.17% from 255 or 38.57% 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 #6BC2CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BC2CA is #943D35. Grayscale: #A8A8A8. Windows color (decimal): -9714998 or 13288043. OLE color: 13288043.

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

Color convert

RGB 107 194 202 -
CMYK 0.47 0.04 0 0.21
HSL 185.05º 0.47% 0.61% -
HSV(B) 185.05º 0.47% 0.79% -
XYZ 36.02 45.97 62.85 -
YUV 168.9 146.68 83.85 -
System Red Green Blue C M Y K H S L
Decimal 107 194 202 0.47 0.04 0 0.21 185.05 0.47 0.61
Hex 6B C2 CA 2F 4 0 15 B9 2F 3D
Octal 153 302 312 57 4 0 25 271 57 75
Binary 1101011 11000010 11001010 101111 100 0 10101 10111001 101111 111101

Color Harmonies of #6BC2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BC2CA

Black with #6BC2CA

Text Example


Text Example

White with #6BC2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,194,202); }

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

background-color css

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

 a { background-color: rgb(107,194,202); }

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

border-color css

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

 span { border-color: rgb(107,194,202); }

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