Html Css Color HEX #6BC1CC Seagull

📋 copy color: '#6BC1CC'

red 107 ◦ green 193 ◦ blue 204

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

Shades of Seagull #6BC1CC

Tints of Seagull #6BC1CC

RGB

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

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

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

R = 21.23%
G = 38.29%
B = 40.48%

CMYK

 C value IS 0.48

 M value IS 0.05

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6BC1CC (or 0x6BC1CC) is known color: Seagull. HEX triplet: 6B, C1 and CC. RGB value is (107,193,204). Sum of RGB (Red+Green+Blue) = 107+193+204=504 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.23% from 504); Green value is 193 (75.78% from 255 or 38.29% from 504); Blue value is 204 (80.08% from 255 or 40.48% from 504); Max value from RGB is 204 - color contains mainly: blue. Hex color #6BC1CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BC1CC is #943E33. Grayscale: #A8A8A8. Windows color (decimal): -9715252 or 13418859. OLE color: 13418859.

HSL color Cylindrical-coordinate representation of color #6BC1CC: hue angle of 186.8º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6BC1CC is Cyan = 0.48, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 107 193 204 -
CMYK 0.48 0.05 0 0.2
HSL 186.8º 0.49% 0.61% -
HSV(B) 186.8º 0.48% 0.8% -
XYZ 36.03 45.63 64.03 -
YUV 168.54 148.01 84.11 -
System Red Green Blue C M Y K H S L
Decimal 107 193 204 0.48 0.05 0 0.2 186.8 0.49 0.61
Hex 6B C1 CC 30 5 0 14 BB 31 3D
Octal 153 301 314 60 5 0 24 273 61 75
Binary 1101011 11000001 11001100 110000 101 0 10100 10111011 110001 111101

Color Harmonies of #6BC1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BC1CC

Black with #6BC1CC

Text Example


Text Example

White with #6BC1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,193,204); }

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

background-color css

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

 a { background-color: rgb(107,193,204); }

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

border-color css

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

 span { border-color: rgb(107,193,204); }

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