Html Css Color HEX #6CC5CC Seagull

📋 copy color: '#6CC5CC'

red 108 ◦ green 197 ◦ blue 204

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

Shades of Seagull #6CC5CC

Tints of Seagull #6CC5CC

RGB

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

 GREEN value IS 197 (77.34% from 255) = 38.7%

 BLUE value IS 204 (80.08% from 255) = 40.08%

R = 21.22%
G = 38.7%
B = 40.08%

CMYK

 C value IS 0.47

 M value IS 0.03

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6CC5CC (or 0x6CC5CC) is known color: Seagull. HEX triplet: 6C, C5 and CC. RGB value is (108,197,204). Sum of RGB (Red+Green+Blue) = 108+197+204=509 (67% of max value = 765). Red value is 108 (42.58% from 255 or 21.22% from 509); Green value is 197 (77.34% from 255 or 38.70% from 509); Blue value is 204 (80.08% from 255 or 40.08% from 509); Max value from RGB is 204 - color contains mainly: blue. Hex color #6CC5CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CC5CC is #933A33. Grayscale: #ABABAB. Windows color (decimal): -9648692 or 13419884. OLE color: 13419884.

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

Color convert

RGB 108 197 204 -
CMYK 0.47 0.03 0 0.2
HSL 184.38º 0.48% 0.61% -
HSV(B) 184.38º 0.47% 0.8% -
XYZ 37.05 47.48 64.34 -
YUV 171.19 146.51 82.93 -
System Red Green Blue C M Y K H S L
Decimal 108 197 204 0.47 0.03 0 0.2 184.38 0.48 0.61
Hex 6C C5 CC 2F 3 0 14 B8 30 3D
Octal 154 305 314 57 3 0 24 270 60 75
Binary 1101100 11000101 11001100 101111 11 0 10100 10111000 110000 111101

Color Harmonies of #6CC5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CC5CC

Black with #6CC5CC

Text Example


Text Example

White with #6CC5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,197,204); }

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

background-color css

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

 a { background-color: rgb(108,197,204); }

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

border-color css

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

 span { border-color: rgb(108,197,204); }

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