Html Css Color HEX #6B83FE Cornflower Blue

📋 copy color: '#6B83FE'

red 107 ◦ green 131 ◦ blue 254

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

Shades of Cornflower Blue #6B83FE

Tints of Cornflower Blue #6B83FE

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.63%

 BLUE value IS 254 (99.61% from 255) = 51.63%

R = 21.75%
G = 26.63%
B = 51.63%

CMYK

 C value IS 0.58

 M value IS 0.48

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6B83FE (or 0x6B83FE) is known color: Cornflower Blue. HEX triplet: 6B, 83 and FE. RGB value is (107,131,254). Sum of RGB (Red+Green+Blue) = 107+131+254=492 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.75% from 492); Green value is 131 (51.56% from 255 or 26.63% from 492); Blue value is 254 (99.61% from 255 or 51.63% from 492); Max value from RGB is 254 - color contains mainly: blue. Hex color #6B83FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6B83FE is #947C01. Grayscale: #898989. Windows color (decimal): -9731074 or 16679787. OLE color: 16679787.

HSL color Cylindrical-coordinate representation of color #6B83FE: hue angle of 230.2º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6B83FE is Cyan = 0.58, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 107 131 254 -
CMYK 0.58 0.48 0 0.00
HSL 230.2º 0.99% 0.71% -
HSV(B) 230.2º 0.58% 1% -
XYZ 32.07 26.51 97.19 -
YUV 137.85 193.55 106 -
System Red Green Blue C M Y K H S L
Decimal 107 131 254 0.58 0.48 0 0.00 230.2 0.99 0.71
Hex 6B 83 FE 3A 30 0 0 E6 63 47
Octal 153 203 376 72 60 0 0 346 143 107
Binary 1101011 10000011 11111110 111010 110000 0 0 11100110 1100011 1000111

Color Harmonies of #6B83FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B83FE

Black with #6B83FE

Text Example


Text Example

White with #6B83FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,131,254); }

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

background-color css

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

 a { background-color: rgb(107,131,254); }

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

border-color css

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

 span { border-color: rgb(107,131,254); }

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