Html Css Color HEX #6CC1CD Seagull

📋 copy color: '#6CC1CD'

red 108 ◦ green 193 ◦ blue 205

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

Shades of Seagull #6CC1CD

Tints of Seagull #6CC1CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.51%

R = 21.34%
G = 38.14%
B = 40.51%

CMYK

 C value IS 0.47

 M value IS 0.06

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6CC1CD (or 0x6CC1CD) is known color: Seagull. HEX triplet: 6C, C1 and CD. RGB value is (108,193,205). Sum of RGB (Red+Green+Blue) = 108+193+205=506 (67% of max value = 765). Red value is 108 (42.58% from 255 or 21.34% from 506); Green value is 193 (75.78% from 255 or 38.14% from 506); Blue value is 205 (80.47% from 255 or 40.51% from 506); Max value from RGB is 205 - color contains mainly: blue. Hex color #6CC1CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CC1CD is #933E32. Grayscale: #A8A8A8. Windows color (decimal): -9649715 or 13484396. OLE color: 13484396.

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

Color convert

RGB 108 193 205 -
CMYK 0.47 0.06 0 0.20
HSL 187.42º 0.49% 0.61% -
HSV(B) 187.42º 0.47% 0.8% -
XYZ 36.27 45.74 64.67 -
YUV 168.95 148.34 84.52 -
System Red Green Blue C M Y K H S L
Decimal 108 193 205 0.47 0.06 0 0.20 187.42 0.49 0.61
Hex 6C C1 CD 2F 6 0 14 BB 31 3D
Octal 154 301 315 57 6 0 24 273 61 75
Binary 1101100 11000001 11001101 101111 110 0 10100 10111011 110001 111101

Color Harmonies of #6CC1CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CC1CD

Black with #6CC1CD

Text Example


Text Example

White with #6CC1CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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