Html Css Color HEX #693CEE Neon Blue

📋 copy color: '#693CEE'

red 105 ◦ green 60 ◦ blue 238

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

Shades of Neon Blue #693CEE

Tints of Neon Blue #693CEE

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.89%

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

R = 26.05%
G = 14.89%
B = 59.06%

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

#693CEE (or 0x693CEE) is known color: Neon Blue. HEX triplet: 69, 3C and EE. RGB value is (105,60,238). Sum of RGB (Red+Green+Blue) = 105+60+238=403 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.05% from 403); Green value is 60 (23.83% from 255 or 14.89% from 403); Blue value is 238 (93.36% from 255 or 59.06% from 403); Max value from RGB is 238 - color contains mainly: blue. Hex color #693CEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #693CEE is #96C311. Grayscale: #5D5D5D. Windows color (decimal): -9880338 or 15613033. OLE color: 15613033.

HSL color Cylindrical-coordinate representation of color #693CEE: hue angle of 255.17º 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 #693CEE is Cyan = 0.56, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 105 60 238 -
CMYK 0.56 0.75 0 0.07
HSL 255.17º 0.84% 0.58% -
HSV(B) 255.17º 0.75% 0.93% -
XYZ 22.87 12.41 82.08 -
YUV 93.75 209.41 136.03 -
System Red Green Blue C M Y K H S L
Decimal 105 60 238 0.56 0.75 0 0.07 255.17 0.84 0.58
Hex 69 3C EE 38 4B 0 7 FF 54 3A
Octal 151 74 356 70 113 0 7 377 124 72
Binary 1101001 111100 11101110 111000 1001011 0 111 11111111 1010100 111010

Color Harmonies of #693CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693CEE

Black with #693CEE

Text Example


Text Example

White with #693CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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