Html Css Color HEX #6B9FFE Cornflower Blue

📋 copy color: '#6B9FFE'

red 107 ◦ green 159 ◦ blue 254

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

Shades of Cornflower Blue #6B9FFE

Tints of Cornflower Blue #6B9FFE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.58%

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

R = 20.58%
G = 30.58%
B = 48.85%

CMYK

 C value IS 0.58

 M value IS 0.37

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6B9FFE (or 0x6B9FFE) is known color: Cornflower Blue. HEX triplet: 6B, 9F and FE. RGB value is (107,159,254). Sum of RGB (Red+Green+Blue) = 107+159+254=520 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.58% from 520); Green value is 159 (62.5% from 255 or 30.58% from 520); Blue value is 254 (99.61% from 255 or 48.85% from 520); Max value from RGB is 254 - color contains mainly: blue. Hex color #6B9FFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6B9FFE is #946001. Grayscale: #999999. Windows color (decimal): -9723906 or 16686955. OLE color: 16686955.

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

Color convert

RGB 107 159 254 -
CMYK 0.58 0.37 0 0.00
HSL 218.78º 0.99% 0.71% -
HSV(B) 218.78º 0.58% 1% -
XYZ 36.35 35.08 98.62 -
YUV 154.28 184.27 94.28 -
System Red Green Blue C M Y K H S L
Decimal 107 159 254 0.58 0.37 0 0.00 218.78 0.99 0.71
Hex 6B 9F FE 3A 25 0 0 DB 63 47
Octal 153 237 376 72 45 0 0 333 143 107
Binary 1101011 10011111 11111110 111010 100101 0 0 11011011 1100011 1000111

Color Harmonies of #6B9FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B9FFE

Black with #6B9FFE

Text Example


Text Example

White with #6B9FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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