Html Css Color HEX #6CCBDB Spray

📋 copy color: '#6CCBDB'

red 108 ◦ green 203 ◦ blue 219

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

Shades of Spray #6CCBDB

Tints of Spray #6CCBDB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 38.3%

 BLUE value IS 219 (85.94% from 255) = 41.32%

R = 20.38%
G = 38.3%
B = 41.32%

CMYK

 C value IS 0.51

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6CCBDB (or 0x6CCBDB) is known color: Spray. HEX triplet: 6C, CB and DB. RGB value is (108,203,219). Sum of RGB (Red+Green+Blue) = 108+203+219=530 (70% of max value = 765). Red value is 108 (42.58% from 255 or 20.38% from 530); Green value is 203 (79.69% from 255 or 38.30% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 219 - color contains mainly: blue. Hex color #6CCBDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCBDB is #933424. Grayscale: #B0B0B0. Windows color (decimal): -9647141 or 14404460. OLE color: 14404460.

HSL color Cylindrical-coordinate representation of color #6CCBDB: hue angle of 188.65º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6CCBDB is Cyan = 0.51, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 108 203 219 -
CMYK 0.51 0.07 0 0.14
HSL 188.65º 0.61% 0.64% -
HSV(B) 188.65º 0.51% 0.86% -
XYZ 40.33 51.01 74.74 -
YUV 176.42 152.03 79.2 -
System Red Green Blue C M Y K H S L
Decimal 108 203 219 0.51 0.07 0 0.14 188.65 0.61 0.64
Hex 6C CB DB 33 7 0 E BD 3D 40
Octal 154 313 333 63 7 0 16 275 75 100
Binary 1101100 11001011 11011011 110011 111 0 1110 10111101 111101 1000000

Color Harmonies of #6CCBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CCBDB

Black with #6CCBDB

Text Example


Text Example

White with #6CCBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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