Html Css Color HEX #693BEE Neon Blue

📋 copy color: '#693BEE'

red 105 ◦ green 59 ◦ blue 238

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

Shades of Neon Blue #693BEE

Tints of Neon Blue #693BEE

RGB

 RED value IS 105 (41.41% from 255) = 26.12%

 GREEN value IS 59 (23.44% from 255) = 14.68%

 BLUE value IS 238 (93.36% from 255) = 59.2%

R = 26.12%
G = 14.68%
B = 59.2%

CMYK

 C value IS 0.56

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#693BEE (or 0x693BEE) is known color: Neon Blue. HEX triplet: 69, 3B and EE. RGB value is (105,59,238). Sum of RGB (Red+Green+Blue) = 105+59+238=402 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.12% from 402); Green value is 59 (23.44% from 255 or 14.68% from 402); Blue value is 238 (93.36% from 255 or 59.20% from 402); Max value from RGB is 238 - color contains mainly: blue. Hex color #693BEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #693BEE is #96C411. Grayscale: #5C5C5C. Windows color (decimal): -9880594 or 15612777. OLE color: 15612777.

HSL color Cylindrical-coordinate representation of color #693BEE: hue angle of 255.42º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #693BEE is Cyan = 0.56, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 105 59 238 -
CMYK 0.56 0.75 0 0.07
HSL 255.42º 0.84% 0.58% -
HSV(B) 255.42º 0.75% 0.93% -
XYZ 22.82 12.3 82.06 -
YUV 93.16 209.74 136.45 -
System Red Green Blue C M Y K H S L
Decimal 105 59 238 0.56 0.75 0 0.07 255.42 0.84 0.58
Hex 69 3B EE 38 4B 0 7 FF 54 3A
Octal 151 73 356 70 113 0 7 377 124 72
Binary 1101001 111011 11101110 111000 1001011 0 111 11111111 1010100 111010

Color Harmonies of #693BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693BEE

Black with #693BEE

Text Example


Text Example

White with #693BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693BEE; }

 p { color: rgb(105,59,238); }

 H1.HeaderClassName
 {
   color: #693BEE;
 }
 .AnyTagClassName
 {
   color: #693BEE;
 }
</style>

background-color css

<style>
 a { background-color: #693BEE; }

 a { background-color: rgb(105,59,238); }

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

border-color css

<style>
 span { border-color: #693BEE; }

 span { border-color: rgb(105,59,238); }

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