Html Css Color HEX #6B8FFF Cornflower Blue

📋 copy color: '#6B8FFF'

red 107 ◦ green 143 ◦ blue 255

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

Shades of Cornflower Blue #6B8FFF

Tints of Cornflower Blue #6B8FFF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.32%

 BLUE value IS 255 (100% from 255) = 50.5%

R = 21.19%
G = 28.32%
B = 50.5%

CMYK

 C value IS 0.58

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6B8FFF (or 0x6B8FFF) is known color: Cornflower Blue. HEX triplet: 6B, 8F and FF. RGB value is (107,143,255). Sum of RGB (Red+Green+Blue) = 107+143+255=505 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.19% from 505); Green value is 143 (56.25% from 255 or 28.32% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #6B8FFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6B8FFF is #947000. Grayscale: #909090. Windows color (decimal): -9728001 or 16748395. OLE color: 16748395.

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

Color convert

RGB 107 143 255 -
CMYK 0.58 0.44 0 0
HSL 225.41º 1% 0.71% -
HSV(B) 225.41º 0.58% 1% -
XYZ 33.94 29.99 98.61 -
YUV 145 190.07 100.89 -
System Red Green Blue C M Y K H S L
Decimal 107 143 255 0.58 0.44 0 0 225.41 1 0.71
Hex 6B 8F FF 3A 2C 0 0 E1 64 47
Octal 153 217 377 72 54 0 0 341 144 107
Binary 1101011 10001111 11111111 111010 101100 0 0 11100001 1100100 1000111

Color Harmonies of #6B8FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B8FFF

Black with #6B8FFF

Text Example


Text Example

White with #6B8FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,143,255); }

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

background-color css

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

 a { background-color: rgb(107,143,255); }

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

border-color css

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

 span { border-color: rgb(107,143,255); }

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