Html Css Color HEX #6BCBDA Spray

📋 copy color: '#6BCBDA'

red 107 ◦ green 203 ◦ blue 218

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

Shades of Spray #6BCBDA

Tints of Spray #6BCBDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.29%

R = 20.27%
G = 38.45%
B = 41.29%

CMYK

 C value IS 0.51

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6BCBDA (or 0x6BCBDA) is known color: Spray. HEX triplet: 6B, CB and DA. RGB value is (107,203,218). Sum of RGB (Red+Green+Blue) = 107+203+218=528 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.27% from 528); Green value is 203 (79.69% from 255 or 38.45% from 528); Blue value is 218 (85.55% from 255 or 41.29% from 528); Max value from RGB is 218 - color contains mainly: blue. Hex color #6BCBDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCBDA is #943425. Grayscale: #AFAFAF. Windows color (decimal): -9712678 or 14338923. OLE color: 14338923.

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

Color convert

RGB 107 203 218 -
CMYK 0.51 0.07 0 0.15
HSL 188.11º 0.6% 0.64% -
HSV(B) 188.11º 0.51% 0.85% -
XYZ 40.07 50.9 74.04 -
YUV 176.01 151.7 78.78 -
System Red Green Blue C M Y K H S L
Decimal 107 203 218 0.51 0.07 0 0.15 188.11 0.6 0.64
Hex 6B CB DA 33 7 0 F BC 3C 40
Octal 153 313 332 63 7 0 17 274 74 100
Binary 1101011 11001011 11011010 110011 111 0 1111 10111100 111100 1000000

Color Harmonies of #6BCBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BCBDA

Black with #6BCBDA

Text Example


Text Example

White with #6BCBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,203,218); }

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

background-color css

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

 a { background-color: rgb(107,203,218); }

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

border-color css

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

 span { border-color: rgb(107,203,218); }

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