Html Css Color HEX #6B8DFE Cornflower Blue

📋 copy color: '#6B8DFE'

red 107 ◦ green 141 ◦ blue 254

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

Shades of Cornflower Blue #6B8DFE

Tints of Cornflower Blue #6B8DFE

RGB

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

 GREEN value IS 141 (55.47% from 255) = 28.09%

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

R = 21.31%
G = 28.09%
B = 50.6%

CMYK

 C value IS 0.58

 M value IS 0.44

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6B8DFE (or 0x6B8DFE) is known color: Cornflower Blue. HEX triplet: 6B, 8D and FE. RGB value is (107,141,254). Sum of RGB (Red+Green+Blue) = 107+141+254=502 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.31% from 502); Green value is 141 (55.47% from 255 or 28.09% from 502); Blue value is 254 (99.61% from 255 or 50.60% from 502); Max value from RGB is 254 - color contains mainly: blue. Hex color #6B8DFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6B8DFE is #947201. Grayscale: #8F8F8F. Windows color (decimal): -9728514 or 16682347. OLE color: 16682347.

HSL color Cylindrical-coordinate representation of color #6B8DFE: hue angle of 226.12º 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 #6B8DFE is Cyan = 0.58, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 107 141 254 -
CMYK 0.58 0.44 0 0.00
HSL 226.12º 0.99% 0.71% -
HSV(B) 226.12º 0.58% 1% -
XYZ 33.48 29.33 97.66 -
YUV 143.72 190.24 101.81 -
System Red Green Blue C M Y K H S L
Decimal 107 141 254 0.58 0.44 0 0.00 226.12 0.99 0.71
Hex 6B 8D FE 3A 2C 0 0 E2 63 47
Octal 153 215 376 72 54 0 0 342 143 107
Binary 1101011 10001101 11111110 111010 101100 0 0 11100010 1100011 1000111

Color Harmonies of #6B8DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B8DFE

Black with #6B8DFE

Text Example


Text Example

White with #6B8DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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