Html Css Color HEX #6CBECC Seagull

📋 copy color: '#6CBECC'

red 108 ◦ green 190 ◦ blue 204

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

Shades of Seagull #6CBECC

Tints of Seagull #6CBECC

RGB

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

 GREEN value IS 190 (74.61% from 255) = 37.85%

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

R = 21.51%
G = 37.85%
B = 40.64%

CMYK

 C value IS 0.47

 M value IS 0.07

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6CBECC (or 0x6CBECC) is known color: Seagull. HEX triplet: 6C, BE and CC. RGB value is (108,190,204). Sum of RGB (Red+Green+Blue) = 108+190+204=502 (66% of max value = 765). Red value is 108 (42.58% from 255 or 21.51% from 502); Green value is 190 (74.61% from 255 or 37.85% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 204 - color contains mainly: blue. Hex color #6CBECC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CBECC is #934133. Grayscale: #A6A6A6. Windows color (decimal): -9650484 or 13418092. OLE color: 13418092.

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

Color convert

RGB 108 190 204 -
CMYK 0.47 0.07 0 0.2
HSL 188.75º 0.48% 0.61% -
HSV(B) 188.75º 0.47% 0.8% -
XYZ 35.5 44.37 63.82 -
YUV 167.08 148.83 85.86 -
System Red Green Blue C M Y K H S L
Decimal 108 190 204 0.47 0.07 0 0.2 188.75 0.48 0.61
Hex 6C BE CC 2F 7 0 14 BD 30 3D
Octal 154 276 314 57 7 0 24 275 60 75
Binary 1101100 10111110 11001100 101111 111 0 10100 10111101 110000 111101

Color Harmonies of #6CBECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CBECC

Black with #6CBECC

Text Example


Text Example

White with #6CBECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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