Html Css Color HEX #6CBFCF Seagull

📋 copy color: '#6CBFCF'

red 108 ◦ green 191 ◦ blue 207

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

Shades of Seagull #6CBFCF

Tints of Seagull #6CBFCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.91%

R = 21.34%
G = 37.75%
B = 40.91%

CMYK

 C value IS 0.48

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6CBFCF (or 0x6CBFCF) is known color: Seagull. HEX triplet: 6C, BF and CF. RGB value is (108,191,207). Sum of RGB (Red+Green+Blue) = 108+191+207=506 (67% of max value = 765). Red value is 108 (42.58% from 255 or 21.34% from 506); Green value is 191 (75% from 255 or 37.75% from 506); Blue value is 207 (81.25% from 255 or 40.91% from 506); Max value from RGB is 207 - color contains mainly: blue. Hex color #6CBFCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CBFCF is #934030. Grayscale: #A7A7A7. Windows color (decimal): -9650225 or 13614956. OLE color: 13614956.

HSL color Cylindrical-coordinate representation of color #6CBFCF: hue angle of 189.7º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6CBFCF is Cyan = 0.48, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 108 191 207 -
CMYK 0.48 0.08 0 0.19
HSL 189.7º 0.51% 0.62% -
HSV(B) 189.7º 0.48% 0.81% -
XYZ 36.08 44.95 65.81 -
YUV 168.01 150 85.2 -
System Red Green Blue C M Y K H S L
Decimal 108 191 207 0.48 0.08 0 0.19 189.7 0.51 0.62
Hex 6C BF CF 30 8 0 13 BE 33 3E
Octal 154 277 317 60 10 0 23 276 63 76
Binary 1101100 10111111 11001111 110000 1000 0 10011 10111110 110011 111110

Color Harmonies of #6CBFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CBFCF

Black with #6CBFCF

Text Example


Text Example

White with #6CBFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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