Html Css Color HEX #6CBFCB Seagull

📋 copy color: '#6CBFCB'

red 108 ◦ green 191 ◦ blue 203

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

Shades of Seagull #6CBFCB

Tints of Seagull #6CBFCB

RGB

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

 GREEN value IS 191 (75% from 255) = 38.05%

 BLUE value IS 203 (79.69% from 255) = 40.44%

R = 21.51%
G = 38.05%
B = 40.44%

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

#6CBFCB (or 0x6CBFCB) is known color: Seagull. HEX triplet: 6C, BF and CB. RGB value is (108,191,203). Sum of RGB (Red+Green+Blue) = 108+191+203=502 (66% of max value = 765). Red value is 108 (42.58% from 255 or 21.51% from 502); Green value is 191 (75% from 255 or 38.05% from 502); Blue value is 203 (79.69% from 255 or 40.44% from 502); Max value from RGB is 203 - color contains mainly: blue. Hex color #6CBFCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CBFCB is #934034. Grayscale: #A7A7A7. Windows color (decimal): -9650229 or 13352812. OLE color: 13352812.

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

Color convert

RGB 108 191 203 -
CMYK 0.47 0.06 0 0.20
HSL 187.58º 0.48% 0.61% -
HSV(B) 187.58º 0.47% 0.8% -
XYZ 35.59 44.76 63.26 -
YUV 167.55 148 85.52 -
System Red Green Blue C M Y K H S L
Decimal 108 191 203 0.47 0.06 0 0.20 187.58 0.48 0.61
Hex 6C BF CB 2F 6 0 14 BC 30 3D
Octal 154 277 313 57 6 0 24 274 60 75
Binary 1101100 10111111 11001011 101111 110 0 10100 10111100 110000 111101

Color Harmonies of #6CBFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CBFCB

Black with #6CBFCB

Text Example


Text Example

White with #6CBFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,191,203); }

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

background-color css

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

 a { background-color: rgb(108,191,203); }

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

border-color css

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

 span { border-color: rgb(108,191,203); }

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