Html Css Color HEX #6B9EFE Cornflower Blue

📋 copy color: '#6B9EFE'

red 107 ◦ green 158 ◦ blue 254

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

Shades of Cornflower Blue #6B9EFE

Tints of Cornflower Blue #6B9EFE

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.44%

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

R = 20.62%
G = 30.44%
B = 48.94%

CMYK

 C value IS 0.58

 M value IS 0.38

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6B9EFE (or 0x6B9EFE) is known color: Cornflower Blue. HEX triplet: 6B, 9E and FE. RGB value is (107,158,254). Sum of RGB (Red+Green+Blue) = 107+158+254=519 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.62% from 519); Green value is 158 (62.11% from 255 or 30.44% from 519); Blue value is 254 (99.61% from 255 or 48.94% from 519); Max value from RGB is 254 - color contains mainly: blue. Hex color #6B9EFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6B9EFE is #946101. Grayscale: #999999. Windows color (decimal): -9724162 or 16686699. OLE color: 16686699.

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

Color convert

RGB 107 158 254 -
CMYK 0.58 0.38 0 0.00
HSL 219.18º 0.99% 0.71% -
HSV(B) 219.18º 0.58% 1% -
XYZ 36.18 34.74 98.56 -
YUV 153.7 184.6 94.69 -
System Red Green Blue C M Y K H S L
Decimal 107 158 254 0.58 0.38 0 0.00 219.18 0.99 0.71
Hex 6B 9E FE 3A 26 0 0 DB 63 47
Octal 153 236 376 72 46 0 0 333 143 107
Binary 1101011 10011110 11111110 111010 100110 0 0 11011011 1100011 1000111

Color Harmonies of #6B9EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B9EFE

Black with #6B9EFE

Text Example


Text Example

White with #6B9EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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