Html Css Color HEX #6C83FB Cornflower Blue

📋 copy color: '#6C83FB'

red 108 ◦ green 131 ◦ blue 251

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

Shades of Cornflower Blue #6C83FB

Tints of Cornflower Blue #6C83FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 51.22%

R = 22.04%
G = 26.73%
B = 51.22%

CMYK

 C value IS 0.57

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6C83FB (or 0x6C83FB) is known color: Cornflower Blue. HEX triplet: 6C, 83 and FB. RGB value is (108,131,251). Sum of RGB (Red+Green+Blue) = 108+131+251=490 (64% of max value = 765). Red value is 108 (42.58% from 255 or 22.04% from 490); Green value is 131 (51.56% from 255 or 26.73% from 490); Blue value is 251 (98.44% from 255 or 51.22% from 490); Max value from RGB is 251 - color contains mainly: blue. Hex color #6C83FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6C83FB is #937C04. Grayscale: #898989. Windows color (decimal): -9665541 or 16483180. OLE color: 16483180.

HSL color Cylindrical-coordinate representation of color #6C83FB: hue angle of 230.35º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6C83FB is Cyan = 0.57, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 108 131 251 -
CMYK 0.57 0.48 0 0.02
HSL 230.35º 0.95% 0.7% -
HSV(B) 230.35º 0.57% 0.98% -
XYZ 31.71 26.39 94.69 -
YUV 137.8 191.88 106.74 -
System Red Green Blue C M Y K H S L
Decimal 108 131 251 0.57 0.48 0 0.02 230.35 0.95 0.7
Hex 6C 83 FB 39 30 0 2 E6 5F 46
Octal 154 203 373 71 60 0 2 346 137 106
Binary 1101100 10000011 11111011 111001 110000 0 10 11100110 1011111 1000110

Color Harmonies of #6C83FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C83FB

Black with #6C83FB

Text Example


Text Example

White with #6C83FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,131,251); }

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

background-color css

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

 a { background-color: rgb(108,131,251); }

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

border-color css

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

 span { border-color: rgb(108,131,251); }

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